OnEdgeDragEnd typedef

OnEdgeDragEnd = void Function(int edgeIndex, Point<double> position)

边拖动结束时的回调函数类型定义 edgeIndex 边的索引 position 拖动结束时的位置(图片坐标系)

Implementation

typedef OnEdgeDragEnd = void Function(int edgeIndex, Point<double> position);