Determine the inner space of a 3D element and his subgraph

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

Syntax

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

Parameters

element
Type: System.Windows..::..DependencyObject
the root element to analyze

Return Value

the Rect3D representing the inner space

See Also