方法

GskRoundedRectcontains_point

声明 [源]

gboolean
gsk_rounded_rect_contains_point (
  const GskRoundedRect* self,
  const graphene_point_t* point
)

描述 [源]

检查给定点是否在圆角矩形内。

参数

point

类型: graphene_point_t

要检查的点。

数据由方法的调用者拥有。

返回值

类型: gboolean

如果是,则点在圆角矩形内。