Visual Basic (Declaration) | |
---|---|
Public Delegate Sub DynamicMapServiceLayer.OnUrlComplete( _ ByVal url As String, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal extent As Envelope _ ) |
C# | |
---|---|
public delegate void DynamicMapServiceLayer.OnUrlComplete( string url, int width, int height, Envelope extent ) |
Parameters
- url
- width
- height
- extent
Target Platforms: Windows Vista, Windows 7