RelLineTo class

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.

Inheritance: RelLineToCoordinate

The RelLineTo type exposes the following members:

Constructors

ConstructorDescription
RelLineTo()Creates an instance of the LineTo class.

Properties

PropertyDescription
ixThe zero-based index of the element within its parent element.
xThe x-coordinate of the ending vertex of a straight line segment.
yThe y-coordinate of the ending vertex of a straight line segment.

Methods

MethodDescription
clone()Creates deep copy of this instance.

See Also