ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / _BezierLineShapeBuilder Class / _buildBezierLineShape Method

In This Topic
    _buildBezierLineShape Method
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildBezierLineShape( _
       ByVal points As List(Of IPoint), _
       ByVal prePoint As IPoint, _
       ByVal nextPoint As IPoint _
    ) As IPolylineShape
    public IPolylineShape _buildBezierLineShape( 
       List<IPoint> points,
       IPoint prePoint,
       IPoint nextPoint
    )

    Parameters

    points
    prePoint
    nextPoint
    See Also