Method

GskPathin_fill

since: 4.14

Declaration [src]

gboolean
gsk_path_in_fill (
  GskPath* self,
  const graphene_point_t* point,
  GskFillRule fill_rule
)

Description [src]

Returns whether the given point is inside the area that would be affected if the path was filled according to fill_rule.

Note that this function assumes that filling a contour implicitly closes it.

Available since: 4.14

Parameters

point

Type: graphene_point_t

The point to test.

The data is owned by the caller of the method.
fill_rule

Type: GskFillRule

The fill rule to follow.

Return value

Type: gboolean

TRUE if point is inside.