RelMoveTo

RelMoveTo class

Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates.

public class RelMoveTo : Coordinate

Constructors

Name Description
RelMoveTo() Creates an instance of the MoveTo class.

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; } X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the X element represents the x-coordinate of the first vertex after the break in the path
Y { get; set; } Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the Y element represents the y-coordinate of the first vertex after the break in the path.

Methods

Name Description
Clone() Creates deep copy of this instance.

See Also