TypeLibF Xojo Plugin
PolygonF.Contains Method
Returns true if the given x and y coordinates are within the polygon.
Contains(
x
as
Double,
y
as
Double)
as
Boolean
Parameters
x
The x coordinate to test.
y
The y coordinate to test.
Returns
Boolean
Remarks
See Also
PolygonF Class