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

Syntax

C#
public void RoundRectangle(
	float x,
	float y,
	float w,
	float h,
	float r
)
Visual Basic
Public Sub RoundRectangle ( _
	x As Single, _
	y As Single, _
	w As Single, _
	h As Single, _
	r As Single _
)
Visual C++
public:
void RoundRectangle(
	float x, 
	float y, 
	float w, 
	float h, 
	float r
)

See Also