Clase CdrBbox
Contenido
[
Ocultar
]Summary: The cdr box
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrBbox
Inheritance: CdrObjectContainer
Constructors
| Name | Descripción |
|---|---|
| CdrBbox() | Inicializa una nueva instancia de la clase CdrBbox |
Properties
| Name | Type | Access | Descripción |
|---|---|---|---|
| hijos | System.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.Cdr.Objects.CdrObject]] | r | Obtiene o establece los objetos. |
| disposed | bool | r | Obtiene un valor que indica si esta instancia está disposed. |
| document | CdrDocument | r/w | Obtiene o establece el documento. |
| height | float | r | Obtiene la altura. |
| hidden | bool | r/w | Obtiene o establece un valor que indica si este CdrObjectContainer es visible. |
| last_child | CdrObjectContainer | r/w | Obtiene o establece el último hijo. |
| load_to_last_child | bool | r/w | Obtiene o establece un valor que indica si [load to last child]. |
| parent | CdrObjectContainer | r/w | Obtiene o establece el elemento padre. |
| width | float | r | Obtiene el ancho. |
| x | float | r | Obtiene el x. |
| x0 | float | r/w | Obtiene o establece el x0. |
| x1 | float | r/w | Obtiene o establece el x1. |
| y | float | r | Obtiene el y. |
| y0 | float | r/w | Obtiene o establece el y0. |
| y1 | float | r/w | Obtiene o establece el y1. |
Methods
| Name | Descripción |
|---|---|
| add_child_object(cdr_object) | Agrega el objeto hijo. |
| insert_object(cdr_object) | Inserta el objeto |
Constructor: CdrBbox()
CdrBbox()
Inicializa una nueva instancia de la clase CdrBbox
Method: add_child_object(cdr_object)
add_child_object(cdr_object)
Agrega el objeto hijo.
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| cdr_object | CdrObject | El objeto CDR. |
Method: insert_object(cdr_object)
insert_object(cdr_object)
Inserta el objeto
Parameters:
| Parámetro | Tipo | Descripción |
|---|---|---|
| cdr_object | CdrObject | El objeto CDR. |