Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / FillRectangle Method / FillRectangle(RectangleF,Color) Method
A System.Drawing.RectangleF structure that represents the rectangle to fill.
The fill color.

In This Topic
    FillRectangle(RectangleF,Color) Method
    In This Topic
    Fills a rectangle with a solid color.
    Syntax
    'Declaration
     
    Public Overloads Sub FillRectangle( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal color As System.Drawing.Color _
    ) 
    public void FillRectangle( 
       System.Drawing.RectangleF bounds,
       System.Drawing.Color color
    )

    Parameters

    bounds
    A System.Drawing.RectangleF structure that represents the rectangle to fill.
    color
    The fill color.
    See Also