Computes the center of 'box'

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

Syntax

C#
public static Point3D GetCenter(
	Rect3D box
)
Visual Basic
Public Shared Function GetCenter ( _
	box As Rect3D _
) As Point3D
JScript
public static function GetCenter(
	box : Rect3D
) : Point3D

Parameters

box
Type: System.Windows.Media.Media3D..::..Rect3D
The Rect3D we want the center of

Return Value

The center point

See Also