ArcGIS API for Silverlight - Library Reference
GetSource Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > DynamicMapServiceLayer Class : GetSource Method

extent
The extent of the image being request.
width
The width of the image being request.
height
The height of the image being request.
onComplete
The method to call when the image is ready.
Gets the source image to display in the dynamic layer. Override this to generate or modify images.

Syntax

Visual Basic (Declaration) 
Protected Overrides Sub GetSource( _
   ByVal extent As Envelope, _
   ByVal width As Integer, _
   ByVal height As Integer, _
   ByVal onComplete As DynamicLayer.OnImageComplete _
) 
C# 
protected override void GetSource( 
   Envelope extent,
   int width,
   int height,
   DynamicLayer.OnImageComplete onComplete
)

Parameters

extent
The extent of the image being request.
width
The width of the image being request.
height
The height of the image being request.
onComplete
The method to call when the image is ready.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.