CaptureAreaFillPattern property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

Graphics::TBrushStyle CaptureAreaFillPattern

Delphi Syntax

CaptureAreaFillPattern: TBrushStyle

Overview

Refer to Implementing Screen Capture.

Remarks

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

bsSolid

bsCross

bsDiagCross

bsBDiagonal

bsHorizontal

bsFDiagonal

bsVertical

 

 

For more information about TBrushStyle see Delphi/Builder Documentation.

See Also

Elements:

CaptureAreaFillBackColor property, CaptureAreaFillForeColor property, CaptureArea method