setWintabTabletPCRegion

Declaration

Delphi

procedure setWintabTabletPCRegion(x1, y1, x2 ,y2: Integer);

C/C++

SOPAD_API void SOPAD_setWintabTabletPCRegion(int x1, int y1, int x2, int y2);

Description

If you use a Tablet PC as a signature device you have to set the upper left and lower right coordinates of the signature field (normaly the image you use to display the signature) before startCapture and anytime the signature field changes its position (e.g. the user moves the window of your application or turns the Tablet PC from landscape to portrait mode).

Arguments

x1, y1, x2, y2

Absolute position of the signature filed on the screen (not the position of the signature filed inside your application).