ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word Namespace / C1WordDocument Class / FillRectangle Method / FillRectangle(Color,Rect) Method
The drawing color.
The drawing rectangle.

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

    Parameters

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