Class OdLineTo

Class OdLineTo

De naam: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic Verzameling: Aspose.Imaging.dll (25.4.0)

De versterkte lijn

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

Inheritance

object OdObject OdGraphicObject OdLineTo

Geëerbiede leden

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)

Initialiseert een nieuwe instantie van de Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo klasse.

public OdLineTo(OdObject parent)

Parameters

parent OdObject

De ouders.

Properties

Coordinates

Geeft of zet de coördinaten.

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

Eigendomswaarde

PointF

Horizontal

Geeft of stelt een waarde aan die aanwijst of dit Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo verticaal is.

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

Eigendomswaarde

bool

Vertical

Geeft of stelt een waarde aan die aanwijst of dit Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo verticaal is.

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

Eigendomswaarde

bool

 Nederlands