Get the bounding box of the descendant objects. This is also the bounding box of this object prior to applying transform attribute and animated transformations.

Namespace: Ico.Windows.Media.Media3D
Assembly: Ico3DControlsLibrary (in Ico3DControlsLibrary.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public static Rect3D GetDescendantBounds(
	DependencyObject parentElement
)
Visual Basic
Public Shared Function GetDescendantBounds ( _
	parentElement As DependencyObject _
) As Rect3D
JScript
public static function GetDescendantBounds(
	parentElement : DependencyObject
) : Rect3D

Parameters

parentElement
Type: System.Windows..::..DependencyObject
the object to determine the bounds for

Return Value

The descendant bounds

See Also