Click or drag to resize
CanvasDrawingSessionDrawCircle Method (Vector2, Single, Color)
Draws a circle 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 DrawCircle(
	Vector2 centerPoint,
	float radius,
	Color color
)

Parameters

centerPoint
Type: System.NumericsVector2
radius
Type: SystemSingle
color
Type: Windows.UIColor
See Also