IGeometryContext.

QuadraticBezierTo(Point, Point) Method

Summary

Draws a quadratic Bezier curve to the specified point
Namespace
Avalonia.Platform
Containing Type
IGeometryContext

Syntax

void QuadraticBezierTo(Point control, Point endPoint)

Parameters

Name Type Description
control Point Control point
endPoint Point DestinationPoint

Return Value

Type Description
void