Click or drag to resize
ICanvasPathReceiverAddQuadraticBezier Method
Signals a quadratic bezier 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 AddQuadraticBezier(
	Vector2 controlPoint,
	Vector2 endPoint
)

Parameters

controlPoint
Type: System.NumericsVector2
endPoint
Type: System.NumericsVector2
See Also