Click or drag to resize

CustomPathAddQuadBezier Method

Draws a quadratic bezier curve along the specified points.

Namespace: SautinSoft.Document.Drawing
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public void AddQuadBezier(
	Point controlPoint,
	Point endPoint
)

Parameters

controlPoint  Point
Control point.
endPoint  Point
End point.
See Also