CaptureAreaDrawLineStyle property (Screen Control)

C++ Builder example

Delphi 4.0 Example

 

Builder Syntax

Graphics::TPenStyle CaptureAreaDrawLineStyle

Delphi Syntax

CaptureAreaDrawLineStyle : TPenStyle

Overview

Refer to Implementing Screen Capture.

Remarks

Gets or sets the style of the line used for drawing during CaptureArea. Possible values are:

Setting

Meaning

psSolid

{__________}

psDash

{----------}

psDot

{..........}

psDashDot

{-.-.-.-.-.}

psDashDotDot

{-..-..-..-}

For more information about TPenStyle see Delphi/Builder Documentation.

See Also

Elements:

CaptureAreaDrawLineColor property, CaptureArea method