Class OdConnector

Class OdConnector

Název místa: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Shromáždění: Aspose.Imaging.dll (25.4.0)

Konečník

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdConnector

Dědiční členové

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)

Začíná nový příklad třídy Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdConnector.

public OdConnector(OdObject parent)

Parameters

parent OdObject

a rodiče.

Properties

PathCommands

Obdržíte nebo nastavíte průvodní příkazy.

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

Hodnota nemovitosti

OdGraphicObject []a[]

Point1

Získejte nebo nastavte bod 1.

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

Hodnota nemovitosti

PointF

Point2

Získejte nebo nastavte bod 2.

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

Hodnota nemovitosti

PointF

 Čeština