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

In This Topic
    _PolygonRenderEngineElement Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As IRenderEngineElementParent, _
       ByVal xs As List(Of Double), _
       ByVal ys As List(Of Double), _
       ByVal style As IStyle, _
       ByVal clipping As IRegion, _
       ByVal transform As IMatrix _
    )
    public _PolygonRenderEngineElement( 
       IRenderEngineElementParent parent,
       List<double> xs,
       List<double> ys,
       IStyle style,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    parent
    xs
    ys
    style
    clipping
    transform
    See Also