WmsImageSource.ProcessRequest(Uri, MapUnit, Double) Method
SECURITY NOTE
Downloading map data passed through URLs specified by the Suppress Control Requests to Download Data from External URLsuri
parameter may create security issues. Review the following help topic and learn how to spot, analyze, and prohibit unwanted download requests:
Processes the request to a map service to obtain an image using its URI and location for the required zoom level.
Namespace: DevExpress.Xpf.Map
Assembly: DevExpress.Xpf.Map.v24.1.dll
NuGet Package: DevExpress.Wpf.Map
Declaration
Parameters
Name | Type | Description |
---|---|---|
uri | Uri | A Uri value specifying the image URI. |
location | MapUnit | A MapUnit object specifying the location. |
zoomLevel | Double | A Double value specifying the zoom level. |
See Also