OdEnhancedGeometry Class
Summary: The Enhanced geometry object.
Module: aspose.imaging.fileformats.opendocument.objects.graphic
Full Name: aspose.imaging.fileformats.opendocument.objects.graphic.OdEnhancedGeometry
Inheritance: OdGraphicObject
Constructors
| Name | Description |
|---|---|
| OdEnhancedGeometry(parent) | Initializes a new instance of the OdEnhancedGeometry class. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Gets or sets a value indicating whether [absolute coordinates]. |
| enhanced_path | OdGraphicObject[] | r/w | Gets or sets the enhanced path. |
| items | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Gets the items. |
| parent | OdObject | r | Gets the parent object. |
| type | string | r/w | Gets or sets the type. |
| view_box | Rectangle | r/w | Gets or sets the view box. |
Constructor: OdEnhancedGeometry(parent)
OdEnhancedGeometry(parent)
Initializes a new instance of the OdEnhancedGeometry class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |