Class OdLine

Class OdLine

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

The line object

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

Inheritance

object OdObject OdGraphicObject OdStyledObject OdLine

Inherited Members

OdStyledObject.Style , OdStyledObject.Rectangle , 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

OdLine(OdObject)

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

public OdLine(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Point1

Gets or sets the point1.

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

Property Value

PointF

Point2

Gets or sets the point2.

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

Property Value

PointF

 English