PenParametersSetAutoTouchThreshold Method |
Sets the auto touch threshold.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetAutoTouchThreshold(
int autoTouchThreshold
)
Public Sub SetAutoTouchThreshold (
autoTouchThreshold As Integer
)
public:
void SetAutoTouchThreshold(
int autoTouchThreshold
)
member SetAutoTouchThreshold :
autoTouchThreshold : int -> unit
Parameters
- autoTouchThreshold
- Type: SystemInt32
The auto touch threshold.
See Also