CaptureAreaDrawLineStyle property (ILEADRasterScr)
ScreenCaptureAreaLineConstants CaptureAreaDrawLineStyle | |
Overview |
Refer to Implementing Screen Capture. |
Remarks
Gets or sets the style of the line used for drawing during CaptureArea. Possible values are:
Setting |
Description |
CAPTURE_AREA_LINE_SOLID |
[0x00] PS_SOLID /*________*/ |
CAPTURE_AREA_LINE_DASH |
[0x01] PS_DASH /*----------*/ |
CAPTURE_AREA_LINE_DOT |
[0x02] PS_DOT /*..........*/ |
CAPTURE_AREA_LINE_DASHDOT |
[0x03] PS_DASHDOT /*-.-.-.-.-.*/ |
CAPTURE_AREA_LINE_DASHDOTDOT |
[0x04] PS_DASHDOTDOT /*-..-..-*/ |
See Also
Elements: |
|
Topics: |