IGeometryContext2QuadraticBezierTo(Point, Point, Boolean) Method

Draws a quadratic Bezier curve to the specified point

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void QuadraticBezierTo(
	Point controlPoint,
	Point endPoint,
	bool isStroked
)

Parameters

controlPoint  Point
 
endPoint  Point
DestinationPoint
isStroked  Boolean
Whether the segment is stroked

See Also