Gets a new Point object located at the center of this Geometry.

Namespace:  ESRI.ArcGISExplorer.Geometry

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public virtual Point GetCenter()
Visual Basic (Declaration)
Public Overridable Function GetCenter As Point

Return Value

A new Point object.

See Also