TextGRAB SDK Documentation | ITextGRABSDK::GetSelection |
|
|
|
Retrieves the last selected window handle and rectangle in screen coordinates. [C/C++]
HRESULT GetSelection(
INT_PTR* hwnd,
tagRECT* rect
);
[Visual Basic]
object.GetSelection(
ByRef hwnd As INT_PTR,
ByRef rect As tagRECT
)
[C#]
void ITextGRABSDK.GetSelection(
ref INT_PTR hwnd,
ref tagRECT rect
);
Parameters
RemarksThis method should be called in application after WM_SELECTION notification was received. Return Value(s)
See Also |





















