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

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

Parameters

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