Context.inFill

Tests whether the given point is inside the area that would be affected by a cairo.context.Context.fill operation given the current path and filling parameters. Surface dimensions and clipping are not taken into account.

See cairo.context.Context.fill, cairo.context.Context.setFillRule and cairo.context.Context.fillPreserve.

class Context
inFill
(
double x
,
double y
)

Parameters

x double

X coordinate of the point to test

y double

Y coordinate of the point to test

Return Value

Type: cairo.types.Bool

A non-zero value if the point is inside, or zero if outside.