ESRI.ArcGIS.ADF.Web
Point Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.Geometry Namespace : Point Class


The following tables list the members exposed by Point.

Public Constructors

  Name Description
Public Constructor Point Constructor Overloaded.  Constructs a Point.  
Top

Public Properties

  Name Description
Public Property M  
Public Property SpatialReference Gets or sets the SpatialReference of the Geometry. (Inherited from Geometry)
Public Property X Gets or sets the x-coordinate of the Point.  
Public Property Y Gets or sets the y-coordinate of the Point.  
Public Property Z  
Top

Public Methods

  Name Description
Public Method Clone Overridden.  Creates a deep clone of the current Object.  
Public Method Compare  
Public Method Expand Expands the Point by a given percentage of the current extent.  
Public Methodstatic (Shared in Visual Basic) ToMapPoint Overloaded.  Converts a System.Drawing.Point in screen coordinates to a Point in Map coordinates.  
Public Method ToScreenPoint Overloaded.  Converts a point in map coordinates to a Point in screen coordinates (pixel coordinates).  
Public Method ToString Overridden.  Converts the Point to its string representation.  
Top

See Also