Interface that is implemented for elements that can provide rendering bounds in the world coordinate system.
Inheritance Hierarchy
Members
No filters for this type
Methods
Returns a tight rectangular area where the whole rendering would fit into.
Returns a tight rectangular area where the whole rendering would fit into.
Constants
An implementation that returns an IBoundsProvider that yields EMPTY bounds.
An implementation that returns an IBoundsProvider that yields EMPTY bounds.
An implementation that returns an IBoundsProvider that yields INFINITE bounds.
An implementation that returns an IBoundsProvider that yields INFINITE bounds.
Static Methods
Creates an instance that returns the given rectangle as the bounds.
Creates an instance that returns the given rectangle as the bounds.
static
Parameters
- bounds: IRectangle
- The rectangle to be used as the bounds.
Return Value
- IBoundsProvider
- An IBoundsProvider that returns the given
bounds.