ArcGIS Explorer Component Help |
Point..::.GetCenter Method |
Point Class See Also |
Gets a new Point object representing the center of this Point.
Namespace:
ESRI.ArcGISExplorer.GeometryAssembly: ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)
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.