CanvasDrawingSession.FillRoundedRectangle Method (Rect, Single, Single, Color) |
Fills the interior of a rounded rectangle with the specified color.
Namespace:
Microsoft.Graphics.Canvas
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntaxpublic void FillRoundedRectangle(
Rect rect,
float radiusX,
float radiusY,
Color color
)
Parameters
- rect
- Type: Windows.Foundation.Rect
- radiusX
- Type: System.Single
- radiusY
- Type: System.Single
- color
- Type: Windows.UI.Color
See Also