RelCubBezTo
Contents
[
Hide
]RelCubBezTo class
Contains x- and y-coordinates for a RelCubBezTo’s points.
RelCubBezTo()
Creates an instance of RelCubBezTo class.
Properties
| Name | Type | Description |
|---|---|---|
| IX | int | The zero-based index of the element within its parent element. |
| Del | int | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca |
| X | DoubleValue | The x-coordinate of the endpoint in relative coordinates. |
| Y | DoubleValue | The y-coordinate of the endpoint in relative coordinates. |
| A | DoubleValue | The x-coordinate of the control point at the beginning of the curve in relative coordinates. |
| B | DoubleValue | The y-coordinate of the control point at the beginning of the curve in relative coordinates. |
| C | DoubleValue | The x-coordinate of the control point at the end of the curve in relative coordinates. |
| D | DoubleValue | The y-coordinate of the control point at the end of the curve in relative coordinates. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |