/
SetInkCollectionWindow
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.
, multiple selections available,
Related content
registerCanvas
registerCanvas
More like this
setWintabTabletPCRegion
setWintabTabletPCRegion
More like this
SetSignDocMode
SetSignDocMode
More like this
CreateSignatureRectangleEx
CreateSignatureRectangleEx
More like this
CreateSignatureRectangle
CreateSignatureRectangle
More like this
LCDImage
LCDImage
More like this