move Vertex
open override fun moveVertex(index: Int, newX: Double, newY: Double): Boolean
Content copied to clipboard
Moves a vertex of the polygon to a new absolute position.
Parameters
index
the index of the vertex to move
new X
new absolute x coordinate
new Y
new absolute y coordinate