ESRI.ArcGIS.ADF.Web.UI.WebControls
X Field
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > ScreenPoint Structure : X Field




The x coordinate.

Syntax

Visual Basic (Declaration) 
Public X As Double
Visual Basic (Usage)Copy Code
Dim instance As ScreenPoint
Dim value As Double
 
value = instance.X
 
instance.X = value
C# 
public double X

Remarks

The point is in screen pixels. Point.ToMapPoint may be used to convert the point from screen pixels to map coordinates if necessary for further processing.

See Also

© 2010 All Rights Reserved.