Class XForm1D

XForm1D class

Contains x- and y-coordinates of the begin point and end point of a 1-D shape. This element appears for 1-D shapes only.

public class XForm1D : ICloneable

Properties

NameDescription
BeginX { get; set; }Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
BeginY { get; set; }Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
Del { get; set; }A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
EndX { get; set; }Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
EndY { get; set; }Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.

Methods

NameDescription
Clone()Creates deep copy of this instance.

See Also