FillRoundedRectangle Method
FillRoundedRectangle(Brush, Rect, Double)
Fills the interior of a rounded rectangle specified by a Rect and a corner radius.
Declaration
public void FillRoundedRectangle(Brush brush, Rect rect, double cornerRadius)
Parameters
Type | Name | Description |
---|---|---|
Brush | brush | Brush that determines the characteristics of the fill. |
Rect | rect | A Rect that represents the rectangle to add. |
System.Double | cornerRadius | The corner radius of the rectangle. |