In This Topic
Fills a rounded rectangle using a specified brush.
Overload List
Overload | Description |
FillRoundRect(RectangleF,Single,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) | Fills a rounded rectangle using a specified brush. |
FillRoundRect(RectangleF,Single,Single,Brush,Nullable<RectangleF>,Nullable<Matrix3x2>) | Fills a rounded rectangle using a specified brush. |
FillRoundRect(RectangleF,Single,Color) | Fills a rounded rectangle witih a solid color. |
FillRoundRect(RectangleF,Single,Single,Color) | Fills a rounded rectangle witih a solid color. |
See Also