ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / Rectangle(Rectangle,Color,Color) Method

In This Topic
    Rectangle(Rectangle,Color,Color) Method
    In This Topic
    Draws a rectangle.
    Syntax
    'Declaration
     
    Public Sub Rectangle( _
       ByVal bounds As System.Drawing.Rectangle, _
       ByVal borderColor As System.Drawing.Color, _
       ByVal fillColor As System.Drawing.Color _
    ) 
    public void Rectangle( 
       System.Drawing.Rectangle bounds,
       System.Drawing.Color borderColor,
       System.Drawing.Color fillColor
    )

    Parameters

    bounds
    borderColor
    fillColor
    See Also