ArcGIS Runtime SDK for WPF - Library Reference
DynamicLayer.ImageParameters Constructor
See Also 
ESRI.ArcGIS.Client Namespace > DynamicLayer.ImageParameters Class : DynamicLayer.ImageParameters Constructor

extent
The image extent.
width
The image width.
height
The image height.
Initializes a new instance of the DynamicLayer.ImageParameters class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal extent As Envelope, _
   ByVal width As Integer, _
   ByVal height As Integer _
)
C# 
public DynamicLayer.ImageParameters( 
   Envelope extent,
   int width,
   int height
)

Parameters

extent
The image extent.
width
The image width.
height
The image height.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.