public static void Draw(string str, Font font, Point pos, Color color, CombinedAlignment alignment = CombinedAlignment.TopLeft, int depth = 0) { font.Draw(str, pos, color, alignment, depth); }