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
)
Public Sub SetPenDown (
penDown As Boolean
)
public:
void SetPenDown(
bool penDown
)
member SetPenDown :
penDown : bool -> unit
Parameters
- penDown
- Type: SystemBoolean
Whether or not the pen is currently down.
See Also