CanvasDrawingSessionDrawRoundedRectangle Method (Rect, Single, Single, Color, Single) |
Draws a rounded rectangle of the specified stroke width and color.
Namespace:
Microsoft.Graphics.Canvas
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public void DrawRoundedRectangle(
Rect rect,
float radiusX,
float radiusY,
Color color,
float strokeWidth
)
Parameters
- rect
- Type: Windows.FoundationRect
- radiusX
- Type: SystemSingle
- radiusY
- Type: SystemSingle
- color
- Type: Windows.UIColor
- strokeWidth
- Type: SystemSingle
See Also