Click or drag to resize
NodeGetBoundingBox Method
Get up-to-date bounding box of this node and all its child nodes, and recalculate it if needed.

Namespace:  GeonBit.Core.Graphics
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public virtual BoundingBox GetBoundingBox()

Return Value

Type: BoundingBox
Bounding box of the node and its children.
See Also