GraphicsPath.AddQuadraticCurveToPoint
From Xojo Documentation
Method
GraphicsPath.AddQuadraticCurveToPoint(cpX As Double, cpY As Double, x As Double, y As Double)
New in 2019r2
Supported for all project types and targets.
New in 2019r2
Supported for all project types and targets.
Adds a quadratic Bézier curve to the point in the path.
Parameters
Value | Description |
---|---|
cpX | The x-coordinate of the control point. |
cpY | The y-coordinate of the control point. |
x | The x-coordinate of the end point of the curve. |
y | The y-coordinate of the end point of the curve. |
Sample Code
Draw a curve: