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

Parameters

rect
Type: Windows.Foundation.Rect
radiusX
Type: System.Single
radiusY
Type: System.Single
color
Type: Windows.UI.Color
strokeWidth
Type: System.Single
See Also