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

GridControl.RenderToBitmap(Bitmap, Rectangle) Method

Renders the grid control to the specified bitmap.

Namespace: DevExpress.XtraGrid

Assembly: DevExpress.XtraGrid.v20.2.dll

NuGet Package: DevExpress.Win.Grid

Declaration

[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public void RenderToBitmap(
    Bitmap bitmap,
    Rectangle targetBounds
)

Parameters

Name Type Description
bitmap Bitmap

The graphics surface to which to render the control.

targetBounds Rectangle

The bounds within which the control is rendered.

See Also