For internal use only. Draws a pie slice or an arc.

Namespace:  C1.Phone.Pdf
Assembly:  C1.Phone.Pdf (in C1.Phone.Pdf.dll)

Syntax

C#
protected void PieArc(
	Rect rc,
	double startAngle,
	double sweepAngle,
	bool close
)
Visual Basic
Protected Sub PieArc ( _
	rc As Rect, _
	startAngle As Double, _
	sweepAngle As Double, _
	close As Boolean _
)

Parameters

rc
Type: System.Windows..::..Rect
startAngle
Type: System..::..Double
sweepAngle
Type: System..::..Double
close
Type: System..::..Boolean

See Also