Click or drag to resize
ICanvasPathReceiverAddArc Method
Signals an arc to the app.

Namespace:  Microsoft.Graphics.Canvas.Geometry
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
void AddArc(
	Vector2 endPoint,
	float radiusX,
	float radiusY,
	float rotationAngle,
	CanvasSweepDirection sweepDirection,
	CanvasArcSize arcSize
)

Parameters

endPoint
Type: System.NumericsVector2
radiusX
Type: SystemSingle
radiusY
Type: SystemSingle
rotationAngle
Type: SystemSingle
sweepDirection
Type: Microsoft.Graphics.Canvas.GeometryCanvasSweepDirection
arcSize
Type: Microsoft.Graphics.Canvas.GeometryCanvasArcSize
See Also