TypeLibF Xojo Plugin
PolygonF.Contains Method
Returns true if the given point is within the polygon.
Contains(
pt
as
PointF
)
as
Boolean
Parameters
pt
The point to test.
Returns
Boolean
Remarks
See Also
PolygonF Class