CaptureAreaFillPattern property (ILEADRasterScr)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

ScreenCaptureAreaPatternConstants CaptureAreaFillPattern

Overview

Refer to Implementing Screen Capture.

Remarks

Gets or sets the pattern used to fill the outside of the captured area. Possible values are:

Setting

Description

CAPTURE_AREA_PATTERN_HORIZONTAL

[0x00] HS_HORIZONTAL /* ----- */

CAPTURE_AREA_PATTERN_VERTICAL

[0x01] HS_VERTICAL /* ||||| */

CAPTURE_AREA_PATTERN_FDIAGONAL

[0x02] HS_FDIAGONAL /* \\\\\ */

CAPTURE_AREA_PATTERN_BDIAGONAL

[0x03] HS_BDIAGONAL /* ///// */

CAPTURE_AREA_PATTERN_CROSS

[0x04] HS_CROSS /* +++++ */

CAPTURE_AREA_PATTERN_DIAGCROSS

[0x05] HS_DIAGCROSS /* xxxxx */

CAPTURE_AREA_PATTERN_SOLID

[0x06] HS_DIAGCROSS+1 /*Solid Fill*/

See Also

Elements:

CaptureAreaFillBackColor property, CaptureAreaFillForeColor property, CaptureArea method

Topics:

Screen Capture: Capture Area properties