Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Imaging Namespace / PathBuilder Class / AddCubicBezier Method

In This Topic
    AddCubicBezier Method
    In This Topic
    Creates a cubic Bezier curve and adds it to the figure.
    Syntax
    'Declaration
     
    Public Sub AddCubicBezier( _
       ByVal controlPoint1 As System.Drawing.PointF, _
       ByVal controlPoint2 As System.Drawing.PointF, _
       ByVal endPoint As System.Drawing.PointF _
    ) 
    public void AddCubicBezier( 
       System.Drawing.PointF controlPoint1,
       System.Drawing.PointF controlPoint2,
       System.Drawing.PointF endPoint
    )

    Parameters

    controlPoint1
    controlPoint2
    endPoint
    See Also