方法
GskRoundedRectcontains_point
声明 [源]
gboolean
gsk_rounded_rect_contains_point (
const GskRoundedRect* self,
const graphene_point_t* point
)
参数
point
-
类型:
graphene_point_t
要检查的点。
数据由方法的调用者拥有。
gboolean
gsk_rounded_rect_contains_point (
const GskRoundedRect* self,
const graphene_point_t* point
)
point
类型: graphene_point_t
要检查的点。
数据由方法的调用者拥有。 |