[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.IGeometry.CubicBezierTo

CubicBezierTo Method

CubicBezierTo(Point, Point, Point)

Draw a cubic Bezier curve along the specified points.

Declaration
void CubicBezierTo(Point control1, Point control2, Point end)
Sub CubicBezierTo(control1 As Point, control2 As Point, [end] As Point)
Parameters
Type Name Description
Point control1

The first control point of the cubic Bezier curve.

Point control2

The second control point of the cubic Bezier curve.

Point end

The end point of the cubic Bezier curve.