Class RelCubBezTo
RelCubBezTo class
Contains x- and y-coordinates for a RelCubBezTo’s points.
public class RelCubBezTo : Coordinate
Constructors
Name | Description |
---|
RelCubBezTo() | Creates an instance of RelCubBezTo class. |
Properties
Name | Description |
---|
A { get; set; } | The x-coordinate of the control point at the beginning of the curve in relative coordinates. |
B { get; set; } | The y-coordinate of the control point at the beginning of the curve in relative coordinates. |
C { get; set; } | The x-coordinate of the control point at the end of the curve in relative coordinates. |
D { get; set; } | The y-coordinate of the control point at the end of the curve in relative coordinates. |
override Del { get; set; } | A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. |
override IX { get; set; } | The zero-based index of the element within its parent element. |
X { get; set; } | The x-coordinate of the endpoint in relative coordinates. |
Y { get; set; } | The y-coordinate of the endpoint in relative coordinates. |
Methods
Name | Description |
---|
Clone() | Creates deep copy of this instance. |
See Also