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

In This Topic
    _getSubPathStartPoint Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function _getSubPathStartPoint( _
       ByVal pathCommands As List(Of IPathCommand) _
    ) As IPoint
    public static IPoint _getSubPathStartPoint( 
       List<IPathCommand> pathCommands
    )

    Parameters

    pathCommands
    See Also