| AddRoundedRectangle(RectangleF, Single) | Adds a rounded rectangle to this Path, applying the same corner radius to all corners. |
| AddRoundedRectangle(RectangleF, Single, Single, Single, Single) | Adds a rounded rectangle to this Path, applying a custom corner radius to each corner. |
| AddRoundedRectangle(Single, Single, Single, Single, Single) | Adds a rounded rectangle to this Path, applying the same corner radius to all corners. |
| AddRoundedRectangle(Single, Single, Single, Single, Single, Single, Single, Single) | Adds a rounded rectangle to this Path, applying a custom corner radius to each corner. |