ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / PathSymbol Class / PathSymbol Constructor

In This Topic
    PathSymbol Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal path As IPath, _
       ByVal style As IStyle, _
       ByVal matrix As IMatrix, _
       ByVal rectangle As IRectangle, _
       Optional ByVal fillType As PathFillType _
    )
    public PathSymbol( 
       IPath path,
       IStyle style,
       IMatrix matrix,
       IRectangle rectangle,
       PathFillType fillType
    )

    Parameters

    path
    style
    matrix
    rectangle
    fillType
    See Also