Class OdConnector

Class OdConnector

Nama dari : Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Pengumpulan: Aspose.Imaging.dll (25.4.0)

Konektor yang

[JsonObject(MemberSerialization.OptIn)]
public class OdConnector : OdStyledObject

Inheritance

object OdObject OdGraphicObject OdStyledObject OdConnector

anggota yang diwarisi

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)

Initifikasi contoh baru dari Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdConnector kelas.

public OdConnector(OdObject parent)

Parameters

parent OdObject

dengan orangtua.

Properties

PathCommands

Dapatkan atau menetapkan perintah jalur.

[JsonProperty]
public OdGraphicObject[] PathCommands { get; set; }

Nilai Properti

OdGraphicObject [ ]

Point1

Mendapatkan atau menetapkan titik1.

[JsonProperty]
public PointF Point1 { get; set; }

Nilai Properti

PointF

Point2

Mendapatkan atau menetapkan titik2.

[JsonProperty]
public PointF Point2 { get; set; }

Nilai Properti

PointF

 Indonesia