Class CommandTwoParameters
- 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 CommandTwoParameters : CommandOneParameter, ICommand
- Inheritance
-
CommandTwoParameters
- Implements
- Derived
- Inherited Members
Constructors
CommandTwoParameters()
public CommandTwoParameters()
CommandTwoParameters(Canvas)
Immediate execute move drawing cursor to x, y
public CommandTwoParameters(Canvas c)
Parameters
c
Canvas
Fields
param2
protected int param2
Field Value
param2unprocessed
protected string param2unprocessed
Field Value
Methods
CheckParameters(string[])
Attempt to get two integer parameters throw applicationException if not
public override void CheckParameters(string[] parameterList)
Parameters
parameterList
string[]