Draw vector graphics based on the path
根据路径绘制矢量图形
(Optional) Brush definition, supports the following settings: {fillStyle:"#FF0000"}.
(可选)刷子定义,支持以下设置:{fillStyle:"#FF0000"}。
Path collection. Paths support the following formats: [["moveTo",x,y],["lineTo",x,y],["arcTo",x1,y1,x2,y2,r],["closePath"]].
路径集合,路径支持以下格式:[["moveTo",x,y],["lineTo",x,y],["arcTo",x1,y1,x2,y2,r],["closePath"]]。
(Optional) Pen definition, supports the following settings: {strokeStyle,lineWidth,lineJoin:"bevel|round|miter",lineCap:"butt|round|square",miterLimit}.
(可选)画笔定义,支持以下设置:{strokeStyle,lineWidth,lineJoin:"bevel|round|miter",lineCap:"butt|round|square",miterLimit}。
The X-axis position to start drawing.
开始绘制的 X 轴位置。
The Y-axis position to start drawing.
开始绘制的 Y 轴位置。
静态
Identifier for the DrawPathCmd
根据路径绘制矢量图形命令的标识符
The identifier for the DrawPathCmd
Recycle to the object pool
回收到对象池
The rendering context
Global X offset
Global Y offset
Execute the drawing command
执行绘制命令
The X-axis position to start drawing
The Y-axis position to start drawing
Path collection
Brush definition
Pen definition
DrawPathCmd instance
Create a DrawPathCmd instance
创建一个根据路径绘制矢量图形命令实例
En
Draw vector graphics based on the path
Zh
根据路径绘制矢量图形