[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.PathEx.AddArc

AddArc Method

AddArc(RectangleF, float, float)

Adds arc.

Declaration
public void AddArc(RectangleF rect, float startAngle, float sweepAngle)
Parameters
Type Name Description
RectangleF rect
float startAngle
float sweepAngle

AddArc(float, float, float, float, float, float)

Adds arc.

Declaration
public void AddArc(float x, float y, float width, float height, float startAngle, float sweepAngle)
Parameters
Type Name Description
float x
float y
float width
float height
float startAngle
float sweepAngle