Class OdConnector

Class OdConnector

Navne til: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Sammensætning: Aspose.Imaging.dll (25.4.0)

Konektoren

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdConnector

De arvede medlemmer

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)

Initialiserer en ny instans af Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdConnector klasse.

public OdConnector(OdObject parent)

Parameters

parent OdObject

Den forælder.

Properties

PathCommands

Få eller sætte vej kommandoer.

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

Ejendomsværdi

OdGraphicObject []

Point1

Gør eller indsæt punkt 1.

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

Ejendomsværdi

PointF

Point2

Gør eller indsæt punkt 2.

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

Ejendomsværdi

PointF

 Dansk