Exemplo n.º 1
0
 public override void OnDown(int x, int y)
 {
     command = new DrawPathCommand(bitmap, DrawColor.CurrentColor, DrawColor.CurrentSize);
     command.DrawOnPoint(x, y);
 }
Exemplo n.º 2
0
 public override void OnDown(int x, int y)
 {
     // Needs erase path command instead
     command = new DrawPathCommand(bitmap, Color.White, DrawColor.CurrentSize);
     command.DrawOnPoint(x, y);
 }