Returns a new Point with properties equal to the current Point.

Namespace:  ESRI.ArcGISExplorer.Geometry

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

Syntax

C#
public Point Clone()
Visual Basic (Declaration)
Public Function Clone As Point

Return Value

A new Point.

See Also