Path.inFill

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.

Parameters

point graphene.point.Point

the point to test

fillRule gsk.types.FillRule

the fill rule to follow

Return Value

Type: bool

TRUE if point is inside