Namespace: iTextSharp.text.pdf
Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0

Syntax

C#
public void Arc(
	float x1,
	float y1,
	float x2,
	float y2,
	float startAng,
	float extent
)
Visual Basic
Public Sub Arc ( _
	x1 As Single, _
	y1 As Single, _
	x2 As Single, _
	y2 As Single, _
	startAng As Single, _
	extent As Single _
)
Visual C++
public:
void Arc(
	float x1, 
	float y1, 
	float x2, 
	float y2, 
	float startAng, 
	float extent
)

See Also