Beispiel #1
0
 public override void OnDown(int x, int y)
 {
     command = new DrawPathCommand(bitmap, DrawColor.CurrentColor, DrawColor.CurrentSize);
     command.DrawOnPoint(x, y);
 }
Beispiel #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);
 }