Skip to main content
A newer version of this page is available. .

MapControl.DrawToBitmap(Bitmap, Rectangle) Method

Supports rendering to the specified bitmap.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.2.dll

Declaration

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