RelLineTo 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.Coordinates are specified as relative coordinates.
Inheritance Hierarchy

Namespace:  Aspose.Diagram
Assembly:  Aspose.Diagram (in Aspose.Diagram.dll) Version: 20.3.0.0 (20.3)
Syntax
public class RelLineTo : Coordinate

The RelLineTo type exposes the following members.

Constructors
  NameDescription
Public methodRelLineTo
Creates an instance of the LineTo class.
Properties
  NameDescription
Public propertyDel
A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.
(Overrides CoordinateDel.)
Public propertyIX
The zero-based index of the element within its parent element.
(Overrides CoordinateIX.)
Public propertyX
The x-coordinate of the ending vertex of a straight line segment.
Public propertyY
The y-coordinate of the ending vertex of a straight line segment.
Methods
  NameDescription
Public methodClone
Creates deep copy of this instance.
(Inherited from Coordinate.)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also