GraphicsExtensionsFillRoundedRectangle Method

Overload List

FillRoundedRectangle(Graphics, Brush, Rectangle, Int32) Fills a rounded rectangle with the specified Brush, applying the same corner radius to all corners.
FillRoundedRectangle(Graphics, Brush, RectangleF, Single) Fills a rounded rectangle with the specified Brush, applying the same corner radius to all corners.
FillRoundedRectangle(Graphics, Brush, Rectangle, Int32, Int32, Int32, Int32) Fills a rounded rectangle with the specified Brush, applying a custom corner radius to each corner.
FillRoundedRectangle(Graphics, Brush, RectangleF, Single, Single, Single, Single) Fills a rounded rectangle with the specified Brush, applying a custom corner radius to each corner.

See Also