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

In This Topic
    _LineRenderEngineElement Constructor
    In This Topic
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parent As IRenderEngineElementParent, _
       ByVal x1 As Double, _
       ByVal y1 As Double, _
       ByVal x2 As Double, _
       ByVal y2 As Double, _
       ByVal style As IStyle, _
       ByVal clipping As IRegion, _
       ByVal transform As IMatrix _
    )
    public _LineRenderEngineElement( 
       IRenderEngineElementParent parent,
       double x1,
       double y1,
       double x2,
       double y2,
       IStyle style,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    parent
    x1
    y1
    x2
    y2
    style
    clipping
    transform
    See Also