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

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

    Parameters

    clr
    The drawing color.
    rc
    The drawing rectangle.
    corners
    The cones size.
    See Also