CaptureAreaType property (ILEADRasterScr)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ScreenCaptureAreaTypes CaptureAreaType

Overview

Refer to Implementing Screen Capture.

Remarks

(Read only) Indicates the user's choice for type of Area to capture from the dialog displayed by the CaptureAreaOptionDlg method. Possible values are:

Setting

Description

SCR_CAP_AREA_TRIANGLE

[0x01] Triangle type

SCR_CAP_AREA_RECT

[0x02] Rectangle type

SCR_CAP_AREA_ROUNDRECT

[0x03] Rounded rectangle type

SCR_CAP_AREA_ELLIPSE

[0x04] Ellipse type

SCR_CAP_AREA_POLYGON

[0x05] Polygon type

SCR_CAP_AREA_FREEHAND

[0x06] Freehand type

See Also

Elements:

CaptureArea method

Topics:

Screen Capture: Getting and Setting Options