EditPoint
编辑框内的控制点。
关键属性
direction:Direction9
ts
enum Direction9 {
topLeft,
top,
topRight,
right,
bottomRight,
bottom,
bottomLeft,
left,
center,
}
pointType:IEditPointType
ts
type IEditPointType = 'rotate' | 'resize'