CmxPathPointSpec Class
Contents
[
Hide
]Summary: Represents geometric info specified for a path point.
Module: aspose.imaging.fileformats.cmx.objectmodel.specs
Full Name: aspose.imaging.fileformats.cmx.objectmodel.specs.CmxPathPointSpec
Constructors
| Name | Description |
|---|---|
| CmxPathPointSpec() | Initializes a new instance of the CmxPathPointSpec class |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| bezier_order | int | r/w | Gets or sets the bezier order. |
| is_closed_path | bool | r/w | Gets or sets a value indicating whether this point closes its path. |
| jump_type | PathJumpTypes | r/w | Gets or sets the type of the jump. |
| x | float | r/w | Gets or sets the X coordinate of the point. Measures in common document distance units. |
| y | float | r/w | Gets or sets the Y coordinate of the point. Measures in common document distance units. |
Constructor: CmxPathPointSpec()
CmxPathPointSpec()
Initializes a new instance of the CmxPathPointSpec class