SetInkCollectionWindow
Declaration
Delphi
procedure setInkCollectionWindow(hwnd : cardinal;left, top, right, bottom : integer);register;
C/C++
procedure setInkCollectionWindow(HWND hwnd, int left, int top, int right, int bottom);register;
Description
With this procedure one can register a Window on which the signature is drawn in real time using antialiasing for smoother appearance. Note that this function only nesseccary for WINTAB Devices and MSInk Devices (mouse, Pen, Touch)
Â
Note:Â For wintab, MSink and standard Stepover Devices you need to call setWintabTabletPCRegion to set signature rectangle.
Arguments
hwnd
Window handel to draw signature on.
left,top
Upper left corner of signature rectangle.
right, bottom
lower right corner of the signature rectangle.