StreamGeometryContext.

QuadraticBezierTo(Point, Point) Method

Summary

Draws a quadratic Bezier curve to the specified point
Namespace
Avalonia.Media
Containing Type
StreamGeometryContext

Syntax

public void QuadraticBezierTo(Point control, Point endPoint)

Parameters

Name Type Description
control Point The control point used to specify the shape of the curve.
endPoint Point The destination point for the end of the curve.

Return Value

Type Description
void