StartCapture method (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

int __fastcall StartCapture(void);

Delphi Syntax

function StartCapture(): Integer;

Overview

Refer to Implementing Screen Capture.

Remarks

This method is used to activate the capture process instead of pressing the hot key.

See Also

Elements:

StopCapture method, IsCaptureActive method, CaptureActiveWindow method, CaptureActiveClient method, CaptureFullScreen method, CaptureMenuUnderCursor method, CaptureSelectedObject method, CaptureArea method, CaptureMouseCursor method, CaptureWallPaper method, CaptureWindowUnderCursor method.