Skip to main content

CubicBezierTo Method

Draws a Bezier curve to the specified point.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll)

void CubicBezierTo(
Point controlPoint1,
Point controlPoint2,
Point endPoint
)
View Source

Parameters

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

See Also

Reference

IGeometryContext Interface
Avalonia.Platform Namespace