Class
An array of path point info objects that describes a straight or curved segment of a path.
SubPathInfo
Properties
| Property | Type | Access | Description |
|---|---|---|---|
| closed | bool | r/w | If true, the path is closed. |
| entireSubPath | Array of PathPointInfo | r/w | All of the sub path item's path points. |
| operation | ShapeOperation: ShapeOperation.SHAPEADD ShapeOperation.SHAPEXOR ShapeOperation.SHAPEINTERSECT ShapeOperation.SHAPESUBTRACT |
r/w | The sub path operation on other sub paths. |
Used in:
PathItem PathItems.add (name: string, entirePath: Array of SubPathInfo)
| Jongware, 28-Aug-2012 v3.0.3i | Contents :: Index |