ScreenCaptureAreaFillPattern Enumeration

Summary

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

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

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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly