CdrBbox

CdrBbox class

The cdr box

public class CdrBbox : CdrObjectContainer

Constructors

NameDescription
CdrBbox()The default constructor.

Properties

NameDescription
Childs { get; }Gets or sets the objects.
Disposed { get; }Gets a value indicating whether this instance is disposed.
Document { get; set; }Gets or sets the document.
Height { get; }Gets the height.
Hidden { get; set; }Gets or sets a value indicating whether this CdrObjectContainer is visible.
LastChild { get; set; }Gets or sets the last child.
LoadToLastChild { get; set; }Gets or sets a value indicating whether [load to last child].
Parent { get; set; }Gets or sets the parent.
Width { get; }Gets the width.
X { get; }Gets the x.
X0 { get; set; }Gets or sets the x0.
X1 { get; set; }Gets or sets the x1.
Y { get; }Gets the y.
Y0 { get; set; }Gets or sets the y0.
Y1 { get; set; }Gets or sets the y1.

Methods

NameDescription
AddChildObject(CdrObject)Adds the child object.
Dispose()Disposes the current instance.
InsertObject(CdrObject)Inserts the object

See Also