[]
        
(Showing Draft Content)

C1.Pdf.C1PdfDocument.DrawArc

DrawArc Method

DrawArc(Pen, RectangleF, float, float)

Draws an arc defined by an ellipse specified by a rectangle structure and two radial lines.

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

GrapeCity.Documents.Drawing.Pen object that determines the color, width, and style of the arc.

RectangleF rc

A rectangle structure that represents the bounding rectangle of the ellipse that contains the arc.

float startAngle

Angle measured in degrees clockwise from the x-axis to the first side of the pie shape.

float sweepAngle

Angle measured in degrees clockwise from the startAngle parameter to the second side of the pie shape.

Implements
Remarks

All coordinates are expressed in points, measured from the upper-left corner of the page.