CdrBbox Class

Summary: The cdr box

Module: aspose.imaging.fileformats.cdr.objects

Full Name: aspose.imaging.fileformats.cdr.objects.CdrBbox

Inheritance: CdrObjectContainer

Constructors

NameDescription
CdrBbox()Initializes a new instance of the CdrBbox class

Properties

NameTypeAccessDescription
childsSystem.Collections.Generic.List`1[[Aspose.Imaging.FileFormats.Cdr.Objects.CdrObject]]rGets or sets the objects.
disposedboolrGets a value indicating whether this instance is disposed.
documentCdrDocumentr/wGets or sets the document.
heightfloatrGets the height.
hiddenboolr/wGets or sets a value indicating whether this CdrObjectContainer is visible.
last_childCdrObjectContainerr/wGets or sets the last child.
load_to_last_childboolr/wGets or sets a value indicating whether [load to last child].
parentCdrObjectContainerr/wGets or sets the parent.
widthfloatrGets the width.
xfloatrGets the x.
x0floatr/wGets or sets the x0.
x1floatr/wGets or sets the x1.
yfloatrGets the y.
y0floatr/wGets or sets the y0.
y1floatr/wGets or sets the y1.

Methods

NameDescription
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:

ParameterTypeDescription
cdr_objectCdrObjectThe CDR object.

Method: insert_object(cdr_object)

 insert_object(cdr_object) 

Inserts the object

Parameters:

ParameterTypeDescription
cdr_objectCdrObjectThe CDR object.