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

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

Syntax

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

Return Value

The center of this object.

See Also