Class OdLineTo
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The enhanced lineTo
public class OdLineTo : OdGraphicObject
- Inheritance
-
OdLineTo
- Inherited Members
Constructors
OdLineTo(OdObject)
Initializes a new instance of the OdLineTo class.
public OdLineTo(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
Coordinates
Gets or sets the coordinates.
public PointF Coordinates { get; set; }
Property Value
- PointF
The coordinates.
Horizontal
Gets or sets a value indicating whether this OdLineTo is vertical.
public bool Horizontal { get; set; }
Property Value
- bool
true
if vertical; otherwise,false
.
Vertical
Gets or sets a value indicating whether this OdLineTo is vertical.
public bool Vertical { get; set; }
Property Value
- bool
true
if vertical; otherwise,false
.