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

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

    Parameters

    points
    tension
    See Also