Class OdConnector

Class OdConnector

Nom dels espais: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Assemblea: Aspose.Imaging.dll (25.4.0)

El connector

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdConnector

Membres heretats

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)

Inicialitza una nova instància de la classe Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdConnector.

public OdConnector(OdObject parent)

Parameters

parent OdObject

El pare de la família.

Properties

PathCommands

Obtenir o posar els comandaments de la ruta.

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

Valor de la propietat

OdGraphicObject []

Point1

Obtenir o posar el punt 1.

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

Valor de la propietat

PointF

Point2

Obtenir o posar el punt 2.

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

Valor de la propietat

PointF

 Català