Click or drag to resize

AdjustedCoordinateSetPenDown Method

Sets whether or not the pen is currently down.

Namespace:  ProScript
Assembly:  proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax
public void SetPenDown(
	bool penDown
)

Parameters

penDown
Type: SystemBoolean
Whether or not the pen is currently down.
See Also