ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer | |
DrawExtent Method | |
See Also |
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > MapFunctionality Class : DrawExtent Method |
- extentToDraw
- The map envelope at which to draw.
Visual Basic (Declaration) | |
---|---|
Public Function DrawExtent( _ ByVal extentToDraw As Envelope _ ) As MapImage |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public MapImage DrawExtent( Envelope extentToDraw ) |
Parameters
- extentToDraw
- The map envelope at which to draw.