ESRI.ArcGIS.ADF.Web.UI.WebControls
CenterAt Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Map Class : CenterAt Method




center
Point with pixel-based coordinates.
Centers the map at the designated location

Syntax

Visual Basic (Declaration) 
Public Sub CenterAt( _
   ByVal center As Point _
) 
Visual Basic (Usage)Copy Code
Dim instance As Map
Dim center As Point
 
instance.CenterAt(center)
C# 
public void CenterAt( 
   Point center
)

Parameters

center
Point with pixel-based coordinates.

See Also

© 2010 All Rights Reserved.