Class OdMeasure
- Namespace
- Aspose.Imaging.FileFormats.OpenDocument.Objects.Graphic
- Assembly
- Aspose.Imaging.dll
The Measure
public class OdMeasure : OdStyledObject
- Inheritance
-
OdMeasure
- Inherited Members
Constructors
OdMeasure(OdObject)
Initializes a new instance of the OdMeasure class.
public OdMeasure(OdObject parent)
Parameters
parent
OdObjectThe 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.
Point3
Gets or sets the point3.
public PointF Point3 { get; set; }
Property Value
- PointF
The point3.
Point4
Gets or sets the point4.
public PointF Point4 { get; set; }
Property Value
- PointF
The point4.