ComponentOne Word for UWP
DrawRectangle(Pen,Rect,Size) Method

C1.UWP.Word Assembly > C1.Xaml.Word Namespace > C1WordDocument Class > DrawRectangle Method : DrawRectangle(Pen,Rect,Size) Method
The drawing pen.
The drawing rectangle.
The cones size.
Draw round rectangle from this document.
Syntax
'Declaration
 
Public Overloads Sub DrawRectangle( _
   ByVal pen As Pen, _
   ByVal rc As Windows.Foundation.Rect, _
   ByVal corners As Windows.Foundation.Size _
) 
public void DrawRectangle( 
   Pen pen,
   Windows.Foundation.Rect rc,
   Windows.Foundation.Size corners
)

Parameters

pen
The drawing pen.
rc
The drawing rectangle.
corners
The cones size.
See Also

Reference

C1WordDocument Class
C1WordDocument Members
Overload List