ComponentOne Word for WPF
C1.WPF.Word.4.5.2 Assembly / C1.WPF.Word 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 Pen, _
       ByVal rc As Rect, _
       ByVal startAngle As Single, _
       ByVal sweepAngle As Single _
    ) 
    public void DrawArc( 
       Pen pen,
       Rect rc,
       float startAngle,
       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