CaptureAreaDrawLineStyle property (Screen Control)
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: |