Click or drag to resize

DeviceSimulatePenInput Method

This method simulates putting or moving the pen, or picking the pen up. This is used for testing.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SimulatePenInput(
	DeviceCoordinateType coordinateType,
	int x,
	int y,
	bool penDown
)

Parameters

coordinateType
Type: ProScriptDeviceCoordinateType

[Missing <param name="coordinateType"/> documentation for "M:ProScript.Device.SimulatePenInput(ProScript.Device.CoordinateType,System.Int32,System.Int32,System.Boolean)"]

x
Type: SystemInt32

[Missing <param name="x"/> documentation for "M:ProScript.Device.SimulatePenInput(ProScript.Device.CoordinateType,System.Int32,System.Int32,System.Boolean)"]

y
Type: SystemInt32

[Missing <param name="y"/> documentation for "M:ProScript.Device.SimulatePenInput(ProScript.Device.CoordinateType,System.Int32,System.Int32,System.Boolean)"]

penDown
Type: SystemBoolean

[Missing <param name="penDown"/> documentation for "M:ProScript.Device.SimulatePenInput(ProScript.Device.CoordinateType,System.Int32,System.Int32,System.Boolean)"]

See Also