Skip to content

EditPoint

编辑控制点。

关键属性

direction:Direction9

ts
enum Direction9 {
  topLeft,
  top,
  topRight,
  right,
  bottomRight,
  bottom,
  bottomLeft,
  left,
  center,
}

pointType:IEditPointType

ts
type IEditPointType = 'rotate' | 'resize'

继承

Box

API

EditPoint

Released under the MIT License.