typedef struct tagLEADCAPTUREOBJECTOPTION
{
L_UINT uStructSize;
L_UINT uFlags;
L_UINT uBorderWidth;
HCURSOR hSelectCursor;
} LEADCAPTUREOBJECTOPTION, * pLEADCAPTUREOBJECTOPTION;
This structure is used in LScreenCapture::CaptureSelectedObject.
Size of this structure. Use sizeof (LAYERINFO).
flags that control the selection process. Possible values are:
Value | Meaning |
---|---|
CAPTURE_OBJECT_INVERT | Invert the selected object. If this flag is not specified, a border will be drawn around the object. |
CAPTURE_OBJECT_ENABLE_KEYBOARD | Enable the SHIFT key during the selection process. Pressing the SHIFT key will select the client area of the object. |
Default is CAPTURE_OBJECT_ENABLE_KEYBOARD. |
Border width when highlighting object. Default is 5.
Cursor to be used during selecting. Default is LoadCursor(0, IDC_ARROW).
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document