ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / DrawArc Method
The drawing pen.
The drawing rectangle.
The start angle in degree.
The sweep angle in degree.

In This Topic
    DrawArc Method
    In This Topic
    Draw arc from this document.
    Syntax
    'Declaration
     
    Public Sub DrawArc( _
       ByVal pen As System.Drawing.Pen, _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal startAngle As System.Single, _
       ByVal sweepAngle As System.Single _
    ) 
    public void DrawArc( 
       System.Drawing.Pen pen,
       System.Drawing.RectangleF rc,
       System.float startAngle,
       System.float sweepAngle
    )

    Parameters

    pen
    The drawing pen.
    rc
    The drawing rectangle.
    startAngle
    The start angle in degree.
    sweepAngle
    The sweep angle in degree.
    See Also