Classe OdEnhancedGeometry
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) | Initialise une nouvelle instance de la classe OdEnhancedGeometry. |
Properties
| Name | Type | Access | Description |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtient ou définit une valeur indiquant si [absolute coordinates]. |
| enhanced_path | OdGraphicObject[] | r/w | Obtient ou définit le chemin amélioré. |
| éléments | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtient les éléments. |
| parent | OdObject | r | Obtient l’objet parent. |
| type | string | r/w | Obtient ou définit le type. |
| view_box | Rectangle | r/w | Obtient ou définit la boîte de visualisation. |
Constructor: OdEnhancedGeometry(parent)
OdEnhancedGeometry(parent)
Initialise une nouvelle instance de la classe OdEnhancedGeometry.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |