TypeLibF REALbasic Support Plugin

PolygonF.PointX Method

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

PointX(
   index as Integer) as Single

PointX(
   index as Integer
   assigns value as Single)

Parameters

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

Returns

Single
The returned value.

Remarks

See Also

PolygonF Class