Gets the true AABB of the provided parent object and all of its children.
This method applies any transforms before computing the bounding box.
Namespace: Ico.Windows.Media.Media3DAssembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
public static Rect3D GetAABB(
DependencyObject parentElement
) |
Visual Basic |
---|
Public Shared Function GetAABB ( _
parentElement As DependencyObject _
) As Rect3D |
JScript |
---|
public static function GetAABB(
parentElement : DependencyObject
) : Rect3D |
Parameters
- parentElement
- Type: System.Windows..::..DependencyObject
Return Value
See Also