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

Namespace: Ico.Gwx
Assembly: Gwx3DControl (in Gwx3DControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public Rect3D CalculateSubgraphBoundsInnerSpace(
	DependencyObject element
)
Visual Basic
Public Function CalculateSubgraphBoundsInnerSpace ( _
	element As DependencyObject _
) As Rect3D
JScript
public 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