StreamGeometryContextCubicBezierTo(Point, Point, Point) Method

Draws a Bezier curve to the specified point.

Definition

Namespace: Avalonia.Media
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public void CubicBezierTo(
	Point controlPoint1,
	Point controlPoint2,
	Point endPoint
)

Parameters

controlPoint1  Point
The first control point used to specify the shape of the curve.
controlPoint2  Point
The second control point used to specify the shape of the curve.
endPoint  Point
The destination point for the end of the curve.

Implements

IGeometryContextCubicBezierTo(Point, Point, Point)

See Also