[]
        
(Showing Draft Content)

C1.WPF.Word.C1WordDocument.DrawArc

DrawArc Method

DrawArc(Pen, Rect, float, float)

Draw arc from this document.

Declaration
public void DrawArc(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.