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 ESRI.ArcGIS.ADF.Web.CartoImage |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As Navigation
Dim dpi As Integer
Dim value As ESRI.ArcGIS.ADF.Web.CartoImage
value = instance.Draw(dpi) |
C# | |
---|
public ESRI.ArcGIS.ADF.Web.CartoImage Draw(
int dpi
) |
Parameters
- dpi
- DPI to use while rendering image.
Return Value
Cartographic object that encapsulates the navigation control image.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also