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

In This Topic
    _buildPathBoundRectangleByMatrix Method (_PathBoundRectangleBuilder)
    In This Topic
    Syntax
    'Declaration
     
    Public Function _buildPathBoundRectangleByMatrix( _
       ByVal path As IPath, _
       ByVal matrixList As List(Of IMatrix) _
    ) As IRectangle
    public IRectangle _buildPathBoundRectangleByMatrix( 
       IPath path,
       List<IMatrix> matrixList
    )

    Parameters

    path
    matrixList
    See Also