←Select platform

ScreenCaptureAreaFillPattern Enumeration

Summary
Values that indicate the fill pattern for the screen capture area.

Syntax
C#
C++/CLI
Python
public enum ScreenCaptureAreaFillPattern 
public enum class ScreenCaptureAreaFillPattern : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class ScreenCaptureAreaFillPattern(Enum): 
   Horizontal = 0 
   Vertical = 1 
   ForwardDiagonal = 2 
   BackwardDiagonal = 3 
   Cross = 4 
   DiagonalCross = 5 
   Solid = 6 
Members
ValueMemberDescription
0HorizontalHorizontal line fill "-----".
1VerticalVertical line fill "|||||".
2ForwardDiagonalForward-Diagonal line fill "\\\".
3BackwardDiagonalBackward-Diagonal line fill "/////".
4Cross(0x00000005)Crossed line fill "+++++".
5DiagonalCrossDiagonal-Crossed line fill "xxxxx".
6SolidSolid fill.
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.