←Select platform

ScreenCaptureAreaLineStyle Enumeration

Summary
Values that indicate which line style to use.

Syntax
C#
C++/CLI
Python
public enum ScreenCaptureAreaLineStyle 
public enum class ScreenCaptureAreaLineStyle : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ScreenCaptureAreaLineStyle(Enum): 
   Solid = 0 
   Dash = 1 
   Dot = 2 
   DashDot = 3 
   DashDotDot = 4 
Members
ValueMemberDescription
0SolidSolid lines "__________".
1DashDashed lines "----------".
2Dot(0x00000003)(0x00000004)Dotted lines "..........".
3DashDotDash-Dotted lines "-.-.-.-.-.".
4DashDotDotDash-Dot-Dotted lines -..-..-..- ".
Requirements

Target Platforms

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

Leadtools.ScreenCapture Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.