←Select platform

ScreenCaptureAreaFlags Enumeration

Summary

Flags that indicate which options to use on the screen capture area.

Syntax

C#
VB
C++
[FlagsAttribute()] 
public enum ScreenCaptureAreaFlags 
  
<FlagsAttribute()> 
Public Enum ScreenCaptureAreaFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class ScreenCaptureAreaFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

Members

ValueMemberDescription
0x00000000NoneDo not use any flags.
0x00000001ShowDrawCursorShow the drawing cursor during capture.
0x00000002IncludeCursorInclude the cursor in the captured image.
0x00000004EnableKeyboardEnable the Ctrl, Shift, and +/- keys during screen capture. (+/-) To zoom in/out. (Ctrl) To center the selected area (only if the area is Rect, Round-Rect, or Ellipse). (shift) To draw regular shapes (Ellipse->circle, Rectangle->Square). (only if the area is Rect, Round-Rect, or Ellipse).
0x00000008ShowOpaqueTextUse an opaque background for text.
0x00000010ShowCursorPositionShow the cursor position (x, y) while capturing.
0x00000020ShowCaptureSizeShow the capure area size (width, height) during capturing.
0x00000040ShowInfoWindowShow the Information Window.
0x00000080SensitiveInfoWindowEnable high sensitivity when detecting the position of the Information Window.
0x00000100ImageWithRegionKeep the user-selected region of the specified Area shape in the captured image.
0x00000200UseDefaultValuesUse default values for the rest of the area options (the user will still have to fill in the Size, AreaType, and this Flag).
0x00000400UseOffsetPreviewOffset the preview so the area under the mouse is center in the preview.
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