PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.8 Assembly / C1.C1Preview Namespace / GraphicsUtils.GdiDc Class / Rectangle Method

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

    Parameters

    bounds
    borderColor
    fillColor
    See Also