C1.WPF.Word.4.6.2 Assembly / C1.WPF.Word Namespace / C1WordDocument Class / DrawRectangle Method / DrawRectangle(Pen,Rect,Size) Method
The drawing pen.
The drawing rectangle.
The cones size.

In This Topic
DrawRectangle(Pen,Rect,Size) Method
In This Topic
Draw round rectangle from this document.
Syntax
'Declaration
 
Public Overloads Sub DrawRectangle( _
   ByVal pen As Pen, _
   ByVal rc As Rect, _
   ByVal corners As Size _
) 
 

Parameters

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