←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly