Clase OdEnhancedGeometry
Contenido
[
Ocultar
]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 | Descripción |
|---|---|
| OdEnhancedGeometry(parent) | Inicializa una nueva instancia de la clase OdEnhancedGeometry. |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| absolute_coordinates | bool | r/w | Obtiene o establece un valor que indica si [absolute coordinates]. |
| enhanced_path | OdGraphicObject[] | r/w | Obtiene o establece la ruta mejorada. |
| elementos | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.OpenDocument.OdObject]] | r | Obtiene los elementos. |
| parent | OdObject | r | Obtiene el objeto padre. |
| tipo | string | r/w | Obtiene o establece el tipo. |
| view_box | Rectangle | r/w | Obtiene o establece el cuadro de vista. |
Constructor: OdEnhancedGeometry(parent)
OdEnhancedGeometry(parent)
Inicializa una nueva instancia de la clase OdEnhancedGeometry.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| parent | OdObject | El padre. |