ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart.Drawing.Drawing2D Namespace / GraphicsPath Class / AddBeziers Method
An array of Point structures that represents the points that define the curves.

In This Topic
    AddBeziers Method (GraphicsPath)
    In This Topic
    Adds a sequence of connected cubic Bézier curves to the current figure.
    Syntax
    'Declaration
     
    Public Sub AddBeziers( _
       ByVal points() As PointF _
    ) 
    public void AddBeziers( 
       PointF[] points
    )

    Parameters

    points
    An array of Point structures that represents the points that define the curves.
    Exceptions
    ExceptionDescription
    The exception that is thrown when one of the arguments provided to a method is not valid.
    See Also