LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

DrawLineStyle Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.