ReleaseBitmapDC method (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short ReleaseBitmapDC ();

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 methods.

See Also

Topics:

Raster Images: Creating and Deleting Images

 

Raster Images: Drawing on a Bitmap