[]
        
(Showing Draft Content)

C1.Word.C1WordDocument.FillArc

FillArc Method

FillArc(Color, RectangleF, float, float)

Draw arc from this document.

Declaration
public void FillArc(Color clr, RectangleF rc, float startAngle, float sweepAngle)
Parameters
Type Name Description
Color clr

The drawing color.

RectangleF rc

The drawing rectangle.

float startAngle

The start angle in degree.

float sweepAngle

The sweep angle in degree.

Implements