Click or drag to resize

PdfPath AddArc Method (RectangleF, Single, Single)

Adds an arc.

Namespace: Spire.Pdf.Graphics
Assembly: Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public void AddArc(
	RectangleF rectangle,
	float startAngle,
	float sweepAngle
)

Parameters

rectangle
Type: System.Drawing RectangleF
The boundaries of the arc.
startAngle
Type: System Single
The start angle.
sweepAngle
Type: System Single
The sweep angle.
See Also