[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IGeometry.QuadraticBezierTo

QuadraticBezierTo Method

QuadraticBezierTo(Point, Point)

Draw a quadratic Bezier curve along the specified points.

Declaration
void QuadraticBezierTo(Point control, Point end)
Sub QuadraticBezierTo(control As Point, [end] As Point)
Parameters
Type Name Description
Point control

The control point of the cubic Bezier curve.

Point end

The end point of the cubic Bezier curve.