| Visual Basic (Declaration) | |
|---|---|
Public Delegate Sub DynamicLayer.OnImageComplete( _ ByVal image As ImageSource, _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal extent As Envelope _ ) | |
| C# | |
|---|---|
public delegate void DynamicLayer.OnImageComplete( ImageSource image, int width, int height, Envelope extent ) | |
Parameters
- image
- width
- height
- extent
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7