Class OdLineTo

Class OdLineTo

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

Den forbedrede linje

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

Inheritance

object OdObject OdGraphicObject OdLineTo

De arvede medlemmer

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)

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

public OdLineTo(OdObject parent)

Parameters

parent OdObject

Den forælder.

Properties

Coordinates

Giver eller indsætter koordinaterne.

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

Ejendomsværdi

PointF

Horizontal

Få eller indstille en værdi, der angiver, om dette Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo er vertikalt.

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

Ejendomsværdi

bool

Vertical

Få eller indstille en værdi, der angiver, om dette Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo er vertikalt.

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

Ejendomsværdi

bool

 Dansk