LineTo

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.

Constructors

NameDescription
LineToCreates an instance of the LineTo class.

Properties

NameTypeDescription
IXintThe zero-based index of the element within its parent element.
DelintA flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
XDoubleValueThe x-coordinate of the ending vertex of a straight line segment.
YDoubleValueThe y-coordinate of the ending vertex of a straight line segment.

Methods

NameDescription
deepCloneCreates deep copy of this instance.

LineTo()

Creates an instance of the LineTo class.

LineTo.IX property

The zero-based index of the element within its parent element.

Type: int

LineTo.Del property

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

Type: int

LineTo.X property

The x-coordinate of the ending vertex of a straight line segment.

Type: DoubleValue

LineTo.Y property

The y-coordinate of the ending vertex of a straight line segment.

Type: DoubleValue

deepClone()

Creates deep copy of this instance.