ScreenCaptureAreaLineStyle Enumeration

Summary

Values that indicate which line style to use.

Syntax
C#
VB
C++
public enum ScreenCaptureAreaLineStyle 
  
Public Enum ScreenCaptureAreaLineStyle  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public enum class ScreenCaptureAreaLineStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members
ValueMemberDescription
0SolidSolid lines "__________".
1DashDashed lines "----------".
2Dot(0x00000003)(0x00000004)Dotted lines "..........".
3DashDotDash-Dotted lines "-.-.-.-.-.".
4DashDotDotDash-Dot-Dotted lines -..-..-..- ".

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly