Visual Basic (Declaration) | |
---|---|
Public Overrides Sub GetUrl( _ ByVal extent As Envelope, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal onComplete As DynamicMapServiceLayer.OnUrlComplete _ ) |
C# | |
---|---|
public override void GetUrl( Envelope extent, int width, int height, DynamicMapServiceLayer.OnUrlComplete onComplete ) |
Parameters
- extent
- The map extent in map units.
- width
- The map width in pixels.
- height
- The map height in pixels.
- onComplete
- The method to delegate to when the map image is generated.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family