Class RelLineTo
RelLineTo class
Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.Coordinates are specified as relative coordinates.
public class RelLineTo : Coordinate
Constructors
Properties
Name | Description |
---|
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 ending vertex of a straight line segment. |
Y { get; set; } | The y-coordinate of the ending vertex of a straight line segment. |
Methods
Name | Description |
---|
Clone() | Creates deep copy of this instance. |
See Also