Skip to main content

QuadraticBezierTo(Point, Point, Boolean) Method

Draws a quadratic Bezier curve to the specified point

Definition

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

void QuadraticBezierTo(
Point controlPoint,
Point endPoint,
bool isStroked
)
View Source

Parameters

  Point
 
  Point
DestinationPoint
  Boolean
Whether the segment is stroked

See Also

Reference

IGeometryContext2 Interface
QuadraticBezierTo Overload
Avalonia.Platform Namespace