Gets the center of this object (in the coordinate space of the root object of the display).

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

Syntax

C#
public Point GetCenterRootSpace()
Visual Basic
Public Function GetCenterRootSpace As Point
JScript
public function GetCenterRootSpace() : Point

Return Value

The center of this object.

See Also