Esempio n. 1
0
 public override void DrawRectangle(dPen pen, float x, float y, int width, int height)
 {
     g.DrawRectangle(pen.ToGDIPen(), (int)x, (int)y, width, height);
 }