顶点拖动结束时的回调函数类型定义 vertexIndex 顶点索引 position 顶点在图片坐标系中的位置
vertexIndex
position
typedef OnVertexDragEnd = void Function( int vertexIndex, Point<double> position);