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

In This Topic
    _createPtsFromPath Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _createPtsFromPath( _
       ByVal path As IPath, _
       ByVal size As Integer, _
       ByVal pathCommandTypeWeights As _Map(Of PathCommandType,Double) _
    ) As IPolyline
    public static IPolyline _createPtsFromPath( 
       IPath path,
       int size,
       _Map<PathCommandType,double> pathCommandTypeWeights
    )

    Parameters

    path
    size
    pathCommandTypeWeights
    See Also