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

In This Topic
    drawLine Method (BaseRenderEngine)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub drawLine( _
       ByVal x1 As Double, _
       ByVal y1 As Double, _
       ByVal x2 As Double, _
       ByVal y2 As Double, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix _
    ) 
    public virtual void drawLine( 
       double x1,
       double y1,
       double x2,
       double y2,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    x1
    y1
    x2
    y2
    clipping
    transform
    See Also