public void DrawHLine(int x, int y, int l, int c, bool clear = false) { ParentWindow.DrawHLine(x + PostionX, y + PostionY, l, c, clear); }