ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.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 _
    ) 
    public void DrawEllipse( 
       Pen pen,
       Rect rc
    )

    Parameters

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