ESRI.ArcGIS.ADF.Web.UI.WebControls
Draw(Int32) Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > Navigation Class > Draw Method : Draw(Int32) Method




dpi
DPI to use while rendering image.
Draws the navigation control and stores the result in a cartographic image object.

Syntax

Visual Basic (Declaration) 
Public Overloads Function Draw( _
   ByVal dpi As Integer _
) As CartoImage
Visual Basic (Usage)Copy Code
Dim instance As Navigation
Dim dpi As Integer
Dim value As CartoImage
 
value = instance.Draw(dpi)
C# 
public CartoImage Draw( 
   int dpi
)

Parameters

dpi
DPI to use while rendering image.

Return Value

Cartographic object that encapsulates the navigation control image.

See Also

© 2010 All Rights Reserved.