void DrawRectangle(int posX, int posY, int width, int height, ColorC color) { return _DrawRectangle(posX, posY, width, height, color); }