MapControl.DrawToBitmap(Bitmap, Rectangle) Method
In This Article
Supports rendering to the specified bitmap.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v24.2.dll
NuGet Package: DevExpress.Win.Map
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
bitmap | Bitmap | The bitmap to be drawn to. |
target |
Rectangle | The bounds within which the map control is rendered. |
See Also