| TypeLibF REALbasic Support Plugin |
|
PolygonF.PointY Method
Reads or writes a point's y coordinate in the Polygon.
PointY(
index as Integer) as Single
PointY(
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