VisualTreeHelper::GetDescendantBounds Method (Visual3D^)
.NET Framework (current version)
Returns the union of all the content bounding boxes for all the descendants of the specified Visual3D, which includes the content bounding box of the Visual3D.
Assembly: PresentationCore (in PresentationCore.dll)
Parameters
- reference
-
Type:
System.Windows.Media.Media3D::Visual3D^
The 3D visual whose bounding box value for all descendants is computed.
Return Value
Type: System.Windows.Media.Media3D::Rect3DReturns the bounding box 3D rectangle for the 3D visual.
Call the GetContentBounds method to return the cached bounding box rectangle for a 3D visual object.
.NET Framework
Available since 3.0
Available since 3.0
Show: