Class MoveTo
- Namespace
- BOOSE
- Assembly
- BOOSE.dll
Set the cursor position, for subsequent drawing operations, to the provide x,y position.
public class MoveTo : CommandTwoParameters, ICommand
- Inheritance
-
MoveTo
- Implements
- Inherited Members
Constructors
MoveTo()
Blank constructor for factory instantiation.
public MoveTo()
Methods
Execute()
Execute the moveto command, if sucessful the drawing cursor will be moved to the passed in x,y position.
public override void Execute()