/
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
setWintabTabletPCRegion
setWintabTabletPCRegion
More like this
SetSignDocMode
SetSignDocMode
More like this
SetSignImage
SetSignImage
More like this
CreateSignatureRectangle
CreateSignatureRectangle
More like this
SetSignImageEx
SetSignImageEx
More like this
DrawSignature
DrawSignature
More like this