| DrawRoundedRectangle(Graphics, Pen, Rectangle, Int32) | Draws a rounded rectangle with the specified Pen, applying the same corner radius to all corners. |
| DrawRoundedRectangle(Graphics, Pen, RectangleF, Single) | Draws a rounded rectangle with the specified Pen, applying the same corner radius to all corners. |
| DrawRoundedRectangle(Graphics, Pen, Rectangle, Int32, Int32, Int32, Int32) | Draws a rounded rectangle with the specified Pen, applying a custom corner radius to each corner. |
| DrawRoundedRectangle(Graphics, Pen, RectangleF, Single, Single, Single, Single) | Draws a rounded rectangle with the specified Pen, applying a custom corner radius to each corner. |