public void DrawRectangle(Pen pen, float x, float y, float width, float height) { RenderingObject.DrawRectangle(pen, x, y, width, height); }
public void DrawRectangle(Pen pen, int x, int y, int width, int height) { RenderingObject.DrawRectangle(pen, x, y, width, height); }