Class CommandThreeParameters
- Namespace
- BOOSE
- Assembly
- BOOSE.dll
Commands with two parameters. Each command has an Xpos and Ypos that operates from the current cursor position.
public abstract class CommandThreeParameters : CommandTwoParameters, ICommand
- Inheritance
-
CommandThreeParameters
- Implements
- Derived
- Inherited Members
Constructors
CommandThreeParameters()
public CommandThreeParameters()
CommandThreeParameters(Canvas)
Immediate execute move drawing cursor to x, y
public CommandThreeParameters(Canvas c)
Parameters
c
Canvas
Fields
param3
protected int param3
Field Value
param3unprocessed
protected string param3unprocessed
Field Value
Methods
CheckParameters(string[])
Attempt to get two integer parameters throw applicationException if not
public override void CheckParameters(string[] parameterList)
Parameters
parameterList
string[]