PenParametersSetTipInverted Method |
Sets whether or not the pen tip switch is inverted.
Namespace:
ProScript
Assembly:
proscript-csharp (in proscript-csharp.dll) Version: 1.2.79.0 (1.2.79.0)
Syntax public void SetTipInverted(
bool tipInverted
)
Public Sub SetTipInverted (
tipInverted As Boolean
)
public:
void SetTipInverted(
bool tipInverted
)
member SetTipInverted :
tipInverted : bool -> unit
Parameters
- tipInverted
- Type: SystemBoolean
Tip Inverted
See Also