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


The following tables list the members exposed by DynamicLayer.ImageParameters.

Public Constructors

 NameDescription
public ConstructorDynamicLayer.ImageParameters ConstructorInitializes a new instance of the DynamicLayer.ImageParameters class.  
Top

Public Properties

 NameDescription
public PropertyDpiThe dpi for the image requested.  
public PropertyExtentThe map extent that the image should cover  
public PropertyHeightThe image height in pixels  
public PropertyRotationThe rotation angle to generate the image for in degrees. This should only be set if the service supports rotation. The layer must implement DynamicLayer.ILayerSupportsRotation for this to be set.  
public PropertyTimeExtentGets the time extent.  
public PropertyWidthThe image width in pixels  
public PropertyWrapAroundTrue if the export request should be generated for a wraparound viewport. This should only be set to true if the service supports wrap around.  
Top

See Also

© ESRI, Inc. All Rights Reserved.