Gets the Point3D that is the center of the descendant obejcts

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

Syntax

C#
public static Point3D GetDescendantCenter(
	DependencyObject item
)
Visual Basic
Public Shared Function GetDescendantCenter ( _
	item As DependencyObject _
) As Point3D
JScript
public static function GetDescendantCenter(
	item : DependencyObject
) : Point3D

Parameters

item
Type: System.Windows..::..DependencyObject
The object used to calculate the center

Return Value

the center of the object

See Also