contains

Returns true if the point (x, y) is contained by Path, taking into account PathFillMode.

Return

true if Point is in Path

Parameters

x

x-axis value of containment test

y

y-axis value of containment test

See also


operator fun contains(p: Point): Boolean

Returns true if the point is contained by Path, taking into account PathFillMode.

Return

true if Point is in Path

Parameters

p

point of containment test

See also