MapControl.DrawToBitmap(Bitmap, Rectangle) Method
Supports rendering to the specified bitmap.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
[EditorBrowsable(EditorBrowsableState.Never)]
public void DrawToBitmap(
Bitmap bitmap,
Rectangle targetBounds
)
Parameters
| Name | Type | Description |
|---|---|---|
| bitmap | Bitmap | The bitmap to be drawn to. |
| targetBounds | Rectangle | The bounds within which the map control is rendered. |
See Also