SigPlus.Net Documentation

SigPlusNET.SetSigWindow Method 

public void SetSigWindow(
   short Coords,
   short NewXPos,
   short NewYPos,
   short NewXSize,
   short NewYSize
);

Remarks

This function sets a window in the logical tablet space that restricts the operation of some functions to the specified window. The functions behave as follows: JustifyMode will only operate on points inside of this window. ExportSigFile and WriteImageFile will only operate on points inside the window. SigString only operates on points inside of the window. ClearTablet will only clear in the window. This behavior is enabled by setting the start and stop values to non-zero. The window defaults to (0,0,0,0). The window can be enabled at one spot, re-enabled at another, etc., without disabling in between, and then disabled when the various parts of the tablet data have been separated and stored. To determine the logical values in the control for the installed tablet, see the TabletLogicalXSize and TabletLogicalYSize properties.

Parameters

Coords-Coordinate system used for this hot spot, 0 = Logical tablet coordinates, 1 = LCD Coordinates.

NewXPos-Location in logical tablet coordinates (upper left - 0,0).

NewYPos-Same

NewXSize-XSize in logical tablet pixels

NewYSize-YSize in logical tablet pixels

See Also

SigPlusNET Class | Topaz Namespace