Gets a new Point object representing the center of this Point.

Namespace:  ESRI.ArcGISExplorer.Geometry
Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.900 (2.0.0.900)

Syntax

C#
public override Point GetCenter()
Visual Basic (Declaration)
Public Overrides Function GetCenter As Point

Return Value

A new Point object representing the center of this Point.

Remarks

The GetCenter method is inherited from the Geometry class and overridden; for a Point, GetCenter in effect returns a copy of the original Point geometry.

See Also

Relate Topics:
  Clone Method
  CreateFromLatitudeLongitude Method
  CreateFromXmlString Method
  GetCoordinates Method
  GetLabelPoint Method
  GetLatitude Method
  GetLatitudeLongitude Method
  GetLongitude Method
  GetXmlSchema Method
  SetCoordinates Method
  ToString Method
Created by Atop CHM to web converter,© 2009 all right reserved.