getPoint

fun getPoint(index: Int): Point

Returns Point at index in Point array. Valid range for index is 0 to countPoints() - 1.

Returns (0, 0) if index is out of range.

Return

Point array value or (0, 0)

Parameters

index

Point array element selector

See also