GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawBezier Method / DrawBezier(Pen,Brush,PointF,PointF,PointF,PointF) Method
The pen with which to draw the curve
The brush with which to draw the curve
The start point
The first control point
The second control point
The end point
In This Topic
    DrawBezier(Pen,Brush,PointF,PointF,PointF,PointF) Method
    In This Topic
    Draws a cubic Bezier curve.
    Syntax
    public void DrawBezier( 
       Pen pen,
       Brush brush,
       PointF start,
       PointF c1,
       PointF c2,
       PointF end
    )

    Parameters

    pen
    The pen with which to draw the curve
    brush
    The brush with which to draw the curve
    start
    The start point
    c1
    The first control point
    c2
    The second control point
    end
    The end point
    See Also