IGeometryContext.

CubicBezierTo(Point, Point, Point) Method

Summary

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

Syntax

void CubicBezierTo(Point point1, Point point2, Point point3)

Parameters

Name Type Description
point1 Point The first control point used to specify the shape of the curve.
point2 Point The second control point used to specify the shape of the curve.
point3 Point The destination point for the end of the curve.

Return Value

Type Description
void