ComponentOne Word for WinForms
C1.C1Word.4.8 Assembly / C1.C1Word Namespace / C1WordDocument Class / FillArc Method
The drawing color.
The drawing rectangle.
The start angle in degree.
The sweep angle in degree.

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

    Parameters

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