Path2D
Ploy3D • Docs
Ploy3D / Path2D
Class: Path2D
UI路径实例。
Constructors
new Path2D()
new Path2D():
Path2D
构造函数。
Returns
Properties
applied
applied:
boolean
当前路径是否已应用。
geometries
geometries:
number
[]
几何数据单元数组(每个占用4个UINT)。
geometryCount
geometryCount:
number
当前路径几何数据单元数量。
type
type:
number
当前路径类型: 1-矩形; 2-圆形; 3-圆角矩形; 4-字符串; 5-路径;
Methods
Arc()
Arc(
x
,y
,radius
,startAngle
,endAngle
):void
构造圆形数据。