Unit ScrnCap

****************************************************************************} {* *} {* Adirondack Software & Graphics Screen Capture Functions *} {* (C) Copyright Adirondack Software & Graphics 1997 *} {* *} {

Classes

Functions

CaptureClientImage - Use this to capture just the client area of a form or control.
CaptureControlImage - Use this to capture an entire form or control.
CaptureScreen - Use this to capture the entire screen.
CaptureScreenRect - Use this to capture a rectangle on the screen.
CaptureWindowImage - Use this to capture an entire form or control paased as an API hWnd.

Types

Constants

Variables


Functions


function CaptureClientImage( Control: TControl ): TBitmap;

Use this to capture just the client area of a form or control...

function CaptureControlImage( Control: TControl ): TBitmap;

Use this to capture an entire form or control...

function CaptureScreen: TBitmap;

Use this to capture the entire screen...

function CaptureScreenRect( ARect: TRect ): TBitmap;

Use this to capture a rectangle on the screen...

function CaptureWindowImage( Wnd: HWND ): TBitmap;

Use this to capture an entire form or control paased as an API hWnd...

Types


Constants


Variables