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

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

Parameters

pen
The drawing pen.
rc
The drawing rectangle.
See Also