CanvasDrawingSession.DrawRoundedRectangle Method (Single, Single, Single, Single, Single, Single, Color) |
Draws a rounded rectangle of single unit stroke width and the specified color.
Namespace:
Microsoft.Graphics.Canvas
Assembly:
Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax public void DrawRoundedRectangle(
float x,
float y,
float w,
float h,
float radiusX,
float radiusY,
Color color
)
Parameters
- x
- Type: System.Single
- y
- Type: System.Single
- w
- Type: System.Single
- h
- Type: System.Single
- radiusX
- Type: System.Single
- radiusY
- Type: System.Single
- color
- Type: Windows.UI.Color
See Also