CaptureAreaUseCrossLinesCursor property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

bool CaptureAreaUseCrossLinesCursor

Delphi Syntax

CaptureAreaUseCrossLinesCursor : Boolean

Overview

Refer to Implementing Screen Capture.

Remarks

Specifies whether the CaptureArea method will use cross lines instead of the cursor specified in CaptureAreaDrawCursor. If CaptureAreaUseCrossLinesCursor is set to TRUE, the cross lines will be used instead of a cursor. If it is set to FALSE, the cursor specified by CaptureAreaDrawCursor will be used.

See Also

Elements:

CaptureArea method