ReleaseClientDC method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

short ReleaseClientDC ();

Overview

Refer to Using the Windows API.

Remarks

Reverses the action of the GetClientDC method.

You should use this method when the Raster View Control's client area no longer needs to be available for Windows API functions.

See Also

Elements:

GetClientDC method

Topics:

Working with the Control: Client Area Usage