| NodeUpdateBoundingBox Method  | 
 
            Recalculate bounding box of this node and all its child nodes.
            
 
    Namespace: 
   GeonBit.Core.Graphics
    Assembly:
   GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic virtual BoundingBox UpdateBoundingBox()
Return Value
Type: 
BoundingBoxBounding box of the node and its children.
See Also