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

Syntax

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

See Also