Class OdLineTo

Class OdLineTo

Namespace: Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly: Aspose.Imaging.dll (25.4.0)

The enhanced lineTo

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

Inheritance

object OdObject OdGraphicObject OdLineTo

Inherited Members

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)

Initializes a new instance of the Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo class.

public OdLineTo(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Coordinates

Gets or sets the coordinates.

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

Property Value

PointF

Horizontal

Gets or sets a value indicating whether this Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo is vertical.

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

Property Value

bool

Vertical

Gets or sets a value indicating whether this Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic.OdLineTo is vertical.

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

Property Value

bool

 English