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

In This Topic
    _PathRenderEngineElement Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As IRenderEngineElementParent, _
       ByVal path As IPath, _
       ByVal fillType As PathFillType, _
       ByVal lineCap As LineCap, _
       ByVal lineJoin As LineJoin, _
       ByVal style As IStyle, _
       ByVal clipping As IRegion, _
       ByVal transform As IMatrix _
    )
    public _PathRenderEngineElement( 
       IRenderEngineElementParent parent,
       IPath path,
       PathFillType fillType,
       LineCap lineCap,
       LineJoin lineJoin,
       IStyle style,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    parent
    path
    fillType
    lineCap
    lineJoin
    style
    clipping
    transform
    See Also