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