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

Members

MemberDescription
Horizontal Horizontal line fill "-----".
Vertical Vertical line fill "|||||".
ForwardDiagonal Forward-Diagonal line fill "\\\\\".
BackwardDiagonal Backward-Diagonal line fill "/////".
Cross Crossed line fill "+++++".
DiagonalCross Diagonal-Crossed line fill "xxxxx".
Solid Solid fill.

Inheritance Hierarchy

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

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