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

Constructor Description
LineTo() Creates an instance of the LineTo class.

Properties

Property Description
ix The zero-based index of the element within its parent element.
x The x-coordinate of the ending vertex of a straight line segment.
y The y-coordinate of the ending vertex of a straight line segment.

Methods

Method Description
clone() Creates deep copy of this instance.

See Also