MoveTo

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

MoveTo()

Creates an instance of the MoveTo 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
XDoubleValueX element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements,
YDoubleValueY element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements,

Methods

NameDescription
deepCloneCreates deep copy of this instance.