LEADCAPTUREOBJECTOPTION

typedef struct tagLEADCAPTUREOBJECTOPTION 
{ 
   L_UINT uStructSize; 
   L_UINT uFlags; 
   L_UINT uBorderWidth; 
   HCURSOR hSelectCursor; 
} LEADCAPTUREOBJECTOPTION,  * pLEADCAPTUREOBJECTOPTION; 

This structure is used in L_CaptureSelectedObject.

Members

uStructSize

Size of this structure in bytes, for versioning. Use the sizeof() operator to calculate this value.

uFlags

Flags that control the selection process. Possible values are:

Name Description
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

uBorderWidth

Border width when highlighting object.

hSelectCursor

Cursor to be used during selecting.

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Screen Capture C API Help