ReleaseBitmapDC method (Main Control)

C++ Builder example

Delphi example

 

Builder Syntax

int ReleaseBitmapDC (void);

Delphi Syntax

ReleaseBitmapDC: Integer;

Overview

Refer to Using the Windows API.

Remarks

Reverses the action of the GetBitmapDC method.

You should use this method when the bitmap no longer needs to be available for drawing functions.

See Also

Elements:

GetBitmapDC method, ReleaseClientDC method, GetClientDC method

Topics:

Raster Images: Creating and Deleting Images

 

Raster Images: Drawing on a Bitmap