  | AabbContains Method  | 
            Determines whether the current AABB contains a given AABB.
            
 
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntaxpublic bool Contains(
	Aabb other
)
Public Function Contains ( 
	other As Aabb
) As Boolean
public:
bool Contains(
	Aabb other
)
member Contains : 
        other : Aabb -> bool 
Parameters
- other
 - Type: DigitalRune.Geometry.ShapesAabb
The other AABB. 
Return Value
Type: 
Boolean if 
other is fully contained in this AABB; 
            otherwise, 
.
            
See Also