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

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

    Parameters

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