ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / FillRectangle Method / FillRectangle(Color,RectangleF) Method
The drawing color.
The drawing rectangle.

In This Topic
    FillRectangle(Color,RectangleF) Method
    In This Topic
    Fill rectangle from this document.
    Syntax
    'Declaration
     
    Public Overloads Sub FillRectangle( _
       ByVal clr As System.Drawing.Color, _
       ByVal rc As System.Drawing.RectangleF _
    ) 
    public void FillRectangle( 
       System.Drawing.Color clr,
       System.Drawing.RectangleF rc
    )

    Parameters

    clr
    The drawing color.
    rc
    The drawing rectangle.
    See Also