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



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

Syntax

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

Members

MemberDescription
BackwardDiagonalBackward-Diagonal line fill "/////".
CrossCrossed line fill "+++++".
DiagonalCrossDiagonal-Crossed line fill "xxxxx".
ForwardDiagonalForward-Diagonal line fill "\\\\\".
HorizontalHorizontal line fill "-----".
SolidSolid fill.
VerticalVertical line fill "|||||".

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureAreaFillPattern

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