get

open operator override fun get(index: Int): Point

Returns a point at the specified index in the collection.

Return

The point at the specified position in the collection.

Since

200.1.0

Parameters

index

The position in the collection.

Throws

if index is out of range.