ComponentOne Word for UWP
FillRectangle(Color,Rect,Size) Method

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.
Fill round rectangle from this document.
Syntax
'Declaration
 
Public Overloads Sub FillRectangle( _
   ByVal clr As Windows.UI.Color, _
   ByVal rc As Windows.Foundation.Rect, _
   ByVal corners As Windows.Foundation.Size _
) 
public void FillRectangle( 
   Windows.UI.Color clr,
   Windows.Foundation.Rect rc,
   Windows.Foundation.Size corners
)

Parameters

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

Reference

C1WordDocument Class
C1WordDocument Members
Overload List