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

In This Topic
    drawRect Method (BaseRenderEngine)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable Sub drawRect( _
       ByVal left As Double, _
       ByVal top As Double, _
       ByVal width As Double, _
       ByVal height As Double, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix _
    ) 
    public virtual void drawRect( 
       double left,
       double top,
       double width,
       double height,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    left
    top
    width
    height
    clipping
    transform
    See Also