LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ScreenCaptureAreaLineStyle Enumeration
See Also  
Leadtools.ScreenCapture Namespace : ScreenCaptureAreaLineStyle Enumeration



Values that indicate which line style to use.

Syntax

Visual Basic (Declaration) 
Public Enum ScreenCaptureAreaLineStyle 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaLineStyle
C# 
public enum ScreenCaptureAreaLineStyle : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ScreenCaptureAreaLineStyle : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
DashDashed lines "----------".
DashDotDash-Dotted lines "-.-.-.-.-.".
DashDotDotDash-Dot-Dotted lines -..-..-..- ".
DotDotted lines "..........".
SolidSolid lines "__________".

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureAreaLineStyle

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also