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