Ejemplo n.º 1
0
 public override void draw()
 {
     if (!this.Square1.Equals(null))
     {
         MGraphic.DrawRectangle(MPen1, this.Square1);
         paintColor();
     }
 }
Ejemplo n.º 2
0
 public override void draw(PaintEventArgs e)
 {
     this.MGraphic = e.Graphics;
     MGraphic.DrawRectangle(MPen1, getSquare(Start1, End1));
     paintColor();
 }