Click or drag to resize
BaseRenderableEntityGetLastBoundingBox Method
Return the last calculated bounding box. Note: this value may be out-of-date if transformations changed since last calculation.

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

Return Value

Type: BoundingBox
Last known bounding box.
See Also