C#
VB
C++
Flags that indicate which options to use on the screen capture area.
Members
Value | Member | Description |
---|---|---|
0x00000000 | None | Do not use any flags. |
0x00000001 | ShowDrawCursor | Show the drawing cursor during capture. |
0x00000002 | IncludeCursor | Include the cursor in the captured image. |
0x00000004 | 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). |
0x00000008 | ShowOpaqueText | Use an opaque background for text. |
0x00000010 | ShowCursorPosition | Show the cursor position (x, y) while capturing. |
0x00000020 | ShowCaptureSize | Show the capure area size (width, height) during capturing. |
0x00000040 | ShowInfoWindow | Show the Information Window. |
0x00000080 | SensitiveInfoWindow | Enable high sensitivity when detecting the position of the Information Window. |
0x00000100 | ImageWithRegion | Keep the user-selected region of the specified Area shape in the captured image. |
0x00000200 | 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). |
0x00000400 | UseOffsetPreview | Offset the preview so the area under the mouse is center in the preview. |