ArcGIS API for WPF - Library Reference
DynamicLayer.OnImageComplete Delegate
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : DynamicLayer.OnImageComplete Delegate

image
width
height
extent
Get image source complete EventHandler

Syntax

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

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.