Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaLineStyle
C# 
public enum ScreenCaptureAreaLineStyle : Enum 
C++/CLI 
public enum class ScreenCaptureAreaLineStyle : public Enum 

Members

MemberDescription
Solid Solid lines "__________".
Dash Dashed lines "----------".
Dot Dotted lines "..........".
DashDot Dash-Dotted lines "-.-.-.-.-.".
DashDotDot Dash-Dot-Dotted lines -..-..-..- ".

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also