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

In This Topic
    DrawPie Method
    In This Topic
    Draw pie from this document.
    Syntax
    'Declaration
     
    Public Sub DrawPie( _
       ByVal pen As System.Drawing.Pen, _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal startAngle As System.Single, _
       ByVal sweepAngle As System.Single _
    ) 
    public void DrawPie( 
       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