removeAt

open override fun removeAt(index: Int): Point

Removes a point from the mutable point collection.

Return

the point that was removed.

Since

200.1.0

Parameters

index

Zero-based index of the point.

Throws

if index is out of range.