예제 #1
0
 public virtual void Draw(Form form, Color color)
 {
     this.graphics = form.CreateGraphics();
     this.pen      = implementor.Draw(color);
 }
예제 #2
0
 public virtual void Draw(Window form, Color color)
 {
     this.pen = implementor.Draw(color);
 }