Class OdConnector

Class OdConnector

Nombre del espacio: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Asamblea: Aspose.Imaging.dll (25.4.0)

El conector

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdConnector

Miembros heredados

OdStyledObject.Style ,y, OdStyledObject.Rectangle ,y, OdGraphicObject.AbsoluteCoordinates ,y, OdObject.parent ,y, OdObject.Parent ,y, OdObject.Items ,y, object.GetType() ,y, object.MemberwiseClone() ,y, object.ToString() ,y, object.Equals(object?) ,y, object.Equals(object?, object?) ,y, object.ReferenceEquals(object?, object?) ,y, object.GetHashCode()

Constructors

OdConnector(OdObject)

Inicia una nueva instancia de la clase Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdConnector.

public OdConnector(OdObject parent)

Parameters

parent OdObject

El Padre.

Properties

PathCommands

Obtenga o establece las órdenes de ruta.

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

Valor de la propiedad

OdGraphicObject [][]

Point1

Obtenga o coloca el punto 1.

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

Valor de la propiedad

PointF

Point2

Obtenga o coloca el punto 2.

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

Valor de la propiedad

PointF

 Español