Class OdConnector
Class OdConnector
Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.2.0)
The connector
[JsonObject(MemberSerialization.OptIn)]
public class OdConnector : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdConnector
Inherited Members
OdStyledObject.Style, OdStyledObject.Rectangle, OdGraphicObject.AbsoluteCoordinates, OdObject.parent, OdObject.Parent, OdObject.Items, object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()
Constructors
OdConnector(OdObject)
Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdConnector class.
public OdConnector(OdObject parent)
Parameters
parent
OdObject
The parent.
Properties
PathCommands
Gets or sets the path commands.
[JsonProperty]
public OdGraphicObject[] PathCommands { get; set; }
Property Value
Point1
Gets or sets the point1.
[JsonProperty]
public PointF Point1 { get; set; }
Property Value
Point2
Gets or sets the point2.
[JsonProperty]
public PointF Point2 { get; set; }