Exemplo n.º 1
0
 public void DrawRectangle(Pen pen, float x, float y, float width, float height)
 {
     RenderingObject.DrawRectangle(pen, x, y, width, height);
 }
Exemplo n.º 2
0
 public void DrawRectangle(Pen pen, int x, int y, int width, int height)
 {
     RenderingObject.DrawRectangle(pen, x, y, width, height);
 }