Class OdConnector
Το όνομα: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Συγκέντρωση: Aspose.Imaging.dll (25.4.0)
Ο σύνδεσμος
[JsonObject(MemberSerialization.OptIn)]
public class OdConnector : OdStyledObject
Inheritance
object ← OdObject ← OdGraphicObject ← OdStyledObject ← OdConnector
Κληρονομημένα μέλη
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)
Αρχίζει μια νέα περίπτωση της κατηγορίας Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdConnector.
public OdConnector(OdObject parent)
Parameters
parent
OdObject
Ο γονέας .
Properties
PathCommands
Πάρτε ή τοποθετήστε τις εντολές του δρόμου.
[JsonProperty]
public OdGraphicObject[] PathCommands { get; set; }
Αξία ιδιοκτησίας
OdGraphicObject [ ]
Point1
Πάρτε ή τοποθετήστε το σημείο 1.
[JsonProperty]
public PointF Point1 { get; set; }
Αξία ιδιοκτησίας
Point2
Πάρτε ή τοποθετήστε το σημείο 2.
[JsonProperty]
public PointF Point2 { get; set; }