[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.DrawPie

DrawPie Method

DrawPie(Pen, Rect, float, float)

Draw pie from this document.

Declaration
public void DrawPie(Pen pen, Rect rc, float startAngle, float sweepAngle)
Parameters
Type Name Description
Pen pen

The drawing pen.

Rect rc

The drawing rectangle.

float startAngle

The start angle in degree.

float sweepAngle

The sweep angle in degree.