ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / PathExtensions Class / AddCurve Method

In This Topic
    AddCurve Method (PathExtensions)
    In This Topic
    Adds spline curve.
    Syntax
    'Declaration
     
    Public Shared Sub AddCurve( _
       ByVal path As PathEx, _
       ByVal points() As PointF, _
       ByVal tension As Single _
    ) 
    public static void AddCurve( 
       PathEx path,
       PointF[] points,
       float tension
    )

    Parameters

    path
    points
    tension
    See Also