Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

DrawLineStyle Property






Gets or sets the line style for the capture area.
Syntax
public ScreenCaptureAreaLineStyle DrawLineStyle {get; set;}
'Declaration
 
Public Property DrawLineStyle As ScreenCaptureAreaLineStyle
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As ScreenCaptureAreaLineStyle
 
instance.DrawLineStyle = value
 
value = instance.DrawLineStyle

            

            
public:
property ScreenCaptureAreaLineStyle DrawLineStyle {
   ScreenCaptureAreaLineStyle get();
   void set (    ScreenCaptureAreaLineStyle value);
}

Property Value

A ScreenCaptureAreaLineStyle value indicating the line style for the capture area.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

Error processing SSI file