CdrBbox Class
Contents
[
Hide
]Summary: The cdr box
Module: aspose.imaging.fileformats.cdr.objects
Full Name: aspose.imaging.fileformats.cdr.objects.CdrBbox
Inheritance: CdrObjectContainer
Constructors
Name | Description |
---|---|
CdrBbox() | Initializes a new instance of the CdrBbox class |
Properties
Name | Type | Access | Description |
---|---|---|---|
childs | list[CdrObject] | r | Gets or sets the objects. |
disposed | bool | r | Gets a value indicating whether this instance is disposed. |
document | CdrDocument | r/w | Gets or sets the document. |
height | double | r | Gets the height. |
hidden | bool | r/w | Gets or sets a value indicating whether this CdrObjectContainer is visible. |
last_child | CdrObjectContainer | r/w | Gets or sets the last child. |
load_to_last_child | bool | r/w | Gets or sets a value indicating whether [load to last child]. |
parent | CdrObjectContainer | r/w | Gets or sets the parent. |
width | double | r | Gets the width. |
x | double | r | Gets the x. |
x0 | double | r/w | Gets or sets the x0. |
x1 | double | r/w | Gets or sets the x1. |
y | double | r | Gets the y. |
y0 | double | r/w | Gets or sets the y0. |
y1 | double | r/w | Gets or sets the y1. |
Methods
Name | Description |
---|---|
add_child_object(cdr_object) | Adds the child object. |
insert_object(cdr_object) | Inserts the object |
Constructor: CdrBbox()
CdrBbox()
Initializes a new instance of the CdrBbox class
Method: add_child_object(cdr_object)
add_child_object(cdr_object)
Adds the child object.
Parameters:
Parameter | Type | Description |
---|---|---|
cdr_object | CdrObject | The CDR object. |
Method: insert_object(cdr_object)
insert_object(cdr_object)
Inserts the object
Parameters:
Parameter | Type | Description |
---|---|---|
cdr_object | CdrObject | The CDR object. |