Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IPathBezierSeed

贝塞尔曲线定义贝塞尔曲线的端点和控制点.

Hierarchy

Index

Properties

controls

controls: IPoint[]

贝塞尔控制点. One point for quadratic, 2 points for cubic.

Optional data

属性数据.

end

end: IPoint

定义线的终点。起点是原点.

Optional layer

layer: string

图层.

origin

origin: IPoint

基点.

Optional parentRange

parentRange: IBezierRange

T values of the parent if this is a child that represents a split.

type

type: string

路径的类型,例如“线”、“圆”或“圆弧”。这些字符串在路径类型中枚举.

Generated using TypeDoc