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.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Parameters

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

See Also