TypeLibF Xojo Plugin
PolygonF.Add Method
Adds a point to the polygon.
Add(
x
as
Double,
y
as
Double)
Parameters
x
The x coordinate of the point to add.
y
The y coordinate of the point to add.
Remarks
See Also
PolygonF Class