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.v19.2.dll

Declaration

[Browsable(false)]
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