Visual Basic (Declaration) | |
---|---|
<FlagsAttribute()> Public Enum ScreenCaptureAreaFlags Inherits Enum |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
[FlagsAttribute()] public enum ScreenCaptureAreaFlags : Enum |
Managed Extensions for C++ | |
---|---|
[FlagsAttribute()] __value public enum ScreenCaptureAreaFlags : public Enum |
C++/CLI | |
---|---|
[FlagsAttribute()] public enum class ScreenCaptureAreaFlags : public Enum |
Member | Description |
---|---|
None | Do not use any flags. |
ShowDrawCursor | Show the drawing cursor during capture. |
IncludeCursor | Include the cursor in the captured image. |
EnableKeyboard | Enable 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). |
ShowOpaqueText | Use an opaque background for text. |
ShowCursorPosition | Show the cursor position (x, y) while capturing. |
ShowCaptureSize | Show the capure area size (width, height) during capturing. |
ShowInfoWindow | Show the Information Window. |
SensitiveInfoWindow | Enable high sensitivity when detecting the position of the Information Window. |
ImageWithRegion | Keep the user-selected region of the specified Area shape in the captured image. |
UseDefaultValues | Use default values for the rest of the area options (the user will still have to fill in the Size, AreaType, and this Flag). |
System.Object
System.ValueType
System.Enum
Leadtools.ScreenCapture.ScreenCaptureAreaFlags
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