GetClientDC method (ILEADRasterView)

Visual Basic example

Visual C++ 5.0 example

Delphi 4 example

C++ Builder example

 

Syntax

long GetClientDC ();

Overview

Refer to Using the Windows API.

Remarks

Returns the device context of the Raster View Control's client area on the screen. You can use the device context with Windows API functions, such as GDI drawing functions.

You should use the ReleaseClientDC method when the device context is no longer needed.

See Also

Elements:

ReleaseClientDC method

Topics:

Working with the Control: Client Area Usage