RelCubBezTo
RelCubBezTo class
Contains x- and y-coordinates for a RelCubBezTo’s points.
Constructors
| Name | Description |
|---|---|
| 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. |
RelCubBezTo()
Creates an instance of RelCubBezTo class.
RelCubBezTo.IX property
The zero-based index of the element within its parent element.
Type: int
RelCubBezTo.Del property
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.
Type: int
RelCubBezTo.X property
The x-coordinate of the endpoint in relative coordinates.
Type: DoubleValue
RelCubBezTo.Y property
The y-coordinate of the endpoint in relative coordinates.
Type: DoubleValue
RelCubBezTo.A property
The x-coordinate of the control point at the beginning of the curve in relative coordinates.
Type: DoubleValue
RelCubBezTo.B property
The y-coordinate of the control point at the beginning of the curve in relative coordinates.
Type: DoubleValue
RelCubBezTo.C property
The x-coordinate of the control point at the end of the curve in relative coordinates.
Type: DoubleValue
RelCubBezTo.D property
The y-coordinate of the control point at the end of the curve in relative coordinates.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.