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

In This Topic
    drawPath Method (BaseRenderEngine)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub drawPath( _
       ByVal path As IPath, _
       ByVal fillType As PathFillType, _
       ByVal lineCap As LineCap, _
       ByVal lineJoin As LineJoin, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix _
    ) 
    public virtual void drawPath( 
       IPath path,
       PathFillType fillType,
       LineCap lineCap,
       LineJoin lineJoin,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    path
    fillType
    lineCap
    lineJoin
    clipping
    transform
    See Also