Gets the Point3D that is the center of the descendant obejcts

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

Syntax

C#
public Point3D GetDescendantCenter(
	DependencyObject item
)
Visual Basic
Public Function GetDescendantCenter ( _
	item As DependencyObject _
) As Point3D
JScript
public 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