LineTo class

LineTo 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.

Inheritance: LineToCoordinate

The LineTo type exposes the following members:

Constructors

ConstructorDescription
LineTo()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