OdMeasure Class
Contents
[
Hide
]Summary: The Measure
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdMeasure
Inheritance: OdStyledObject
Constructors
| Name | Description |
|---|---|
| OdMeasure(parent) | Initializes a new instance of the OdMeasure class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
| items | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Gets the items. |
| parent | OdObject | r | Gets the parent object. |
| point1 | PointF | r/w | Gets or sets the point1. |
| point2 | PointF | r/w | Gets or sets the point2. |
| point3 | PointF | r/w | Gets or sets the point3. |
| point4 | PointF | r/w | Gets or sets the point4. |
| rectangle | RectangleF | r/w | Gets or sets the rectangle. |
| style | OdGraphicStyle | r/w | Gets or sets the style. |
Constructor: OdMeasure(parent)
OdMeasure(parent)
Initializes a new instance of the OdMeasure class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |