RelQuadBezTo
Contents
[
Hide
]RelQuadBezTo class
Contains x- and y-coordinates for a RelQuadBezTo’s points.
Constructors
| Name | Description |
|---|---|
| RelQuadBezTo | 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 in relative coordinates. |
| B | DoubleValue | The y-coordinate of the control point in relative coordinates. |
Methods
| Name | Description |
|---|---|
| deepClone | Creates deep copy of this instance. |
RelQuadBezTo()
Creates an instance of RelCubBezTo class.
RelQuadBezTo.IX property
The zero-based index of the element within its parent element.
Type: int
RelQuadBezTo.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
RelQuadBezTo.X property
The x-coordinate of the endpoint in relative coordinates.
Type: DoubleValue
RelQuadBezTo.Y property
The y-coordinate of the endpoint in relative coordinates.
Type: DoubleValue
RelQuadBezTo.A property
The x-coordinate of the control point in relative coordinates.
Type: DoubleValue
RelQuadBezTo.B property
The y-coordinate of the control point in relative coordinates.
Type: DoubleValue
deepClone()
Creates deep copy of this instance.