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

In This Topic
    drawRect Method (_Render)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub drawRect( _
       ByVal x As Double, _
       ByVal y As Double, _
       ByVal w As Double, _
       ByVal h As Double, _
       Optional ByVal clipping As IRegion, _
       Optional ByVal transform As IMatrix _
    ) 
    public void drawRect( 
       double x,
       double y,
       double w,
       double h,
       IRegion clipping,
       IMatrix transform
    )

    Parameters

    x
    y
    w
    h
    clipping
    transform
    See Also