LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

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 ScreenCaptureAreaLineStyle DrawLineStyle {get; set;}
 get_DrawLineStyle();
set_DrawLineStyle(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.