DeleteRgnHandle method (ILEADRaster)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

BOOL DeleteRgnHandle (long hRgn);

Overview

Refer to Creating and Using a Bitmap Region.

Remarks

Deletes a stored region and frees the memory that was required for it.

To store a region, use either of the following methods:

image\sqrblit.gif GetFloaterHandle method

image\sqrblit.gif GetRgnHandle method

Keep in mind that the region data contains only positioning information, not the bitmap's pixel values.

See Also

Elements:

GetFloaterHandle method, GetRgnHandle method, FreeRgn method, SetRgnHandle method

Topics:

Raster Images: Creating and Using a Region