Class OdConnector
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The connector
public class OdConnector : OdStyledObject
- Inheritance
-
OdConnector
- Inherited Members
Constructors
OdConnector(OdObject)
Initializes a new instance of the OdConnector class.
public OdConnector(OdObject parent)
Parameters
parent
OdObjectThe parent.
Properties
PathCommands
Gets or sets the path commands.
public OdGraphicObject[] PathCommands { get; set; }
Property Value
- OdGraphicObject[]
The path commands.
Point1
Gets or sets the point1.
public PointF Point1 { get; set; }
Property Value
- PointF
The point1.
Point2
Gets or sets the point2.
public PointF Point2 { get; set; }
Property Value
- PointF
The point2.