Click or drag to resize
CanvasDrawingSessionDrawRoundedRectangle Method (Rect, 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
C#
public void DrawRoundedRectangle(
	Rect rect,
	float radiusX,
	float radiusY,
	Color color
)

Parameters

rect
Type: Windows.FoundationRect
radiusX
Type: SystemSingle
radiusY
Type: SystemSingle
color
Type: Windows.UIColor
See Also