Class OdLineTo

Class OdLineTo

Der Name: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Versammlung: Aspose.Imaging.dll (25.4.0)

Die verstärkte Linie

[JsonObject(MemberSerialization.OptIn)]
public class OdLineTo : OdGraphicObject

Inheritance

object OdObject OdGraphicObject OdLineTo

Vererbte Mitglieder

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

OdLineTo(OdObject)

Initialisiert eine neue Instanz der Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo Klasse.

public OdLineTo(OdObject parent)

Parameters

parent OdObject

Der Elternteil.

Properties

Coordinates

Geben oder setzen die Koordinaten.

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

Eigentumswert

PointF

Horizontal

Sie erhalten oder setzen einen Wert, der darauf hindeutet, ob diese Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo vertikal ist.

[JsonProperty]
public bool Horizontal { get; set; }

Eigentumswert

bool

Vertical

Sie erhalten oder setzen einen Wert, der darauf hindeutet, ob diese Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo vertikal ist.

[JsonProperty]
public bool Vertical { get; set; }

Eigentumswert

bool

 Deutsch