TypeLibF Xojo Plugin

PolygonF.PointX Method

Reads or writes a point's x coordinate in the Polygon.

PointX(
   index as Integer) as Double

PointX(
   index as Integer
   assigns value as Double)

Parameters

index
The point number to read or write from. First point is number 1.
value (assignment parameter)
The value to assign.

Returns

Double
The returned value.

Remarks

See Also

PolygonF Class