Table of Contents

Class OdLine

Namespace
Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
Assembly
Aspose.Imaging.dll

The line object

public class OdLine : OdStyledObject
Inheritance
OdLine
Inherited Members

Constructors

OdLine(OdObject)

Initializes a new instance of the OdPage class.

public OdLine(OdObject parent)

Parameters

parent OdObject

The parent.

Properties

Point1

Gets or sets the point1.

public PointF Point1 { get; set; }

Property Value

PointF

The point1.

Point2

Gets or sets the point2.

public PointF Point2 { get; set; }

Property Value

PointF

The point2.