Click or drag to resize

PdfPath AddPie Method (RectangleF, Single, Single)

Appends the pie to this path.

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

Parameters

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