Constructs a Rectangle-object.

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

Syntax

C#
public Rectangle(
	float llx,
	float lly,
	float urx,
	float ury
)
Visual Basic
Public Sub New ( _
	llx As Single, _
	lly As Single, _
	urx As Single, _
	ury As Single _
)
Visual C++
public:
Rectangle(
	float llx, 
	float lly, 
	float urx, 
	float ury
)

Parameters

llx
Type: System..::..Single
lower left x
lly
Type: System..::..Single
lower left y
urx
Type: System..::..Single
upper right x
ury
Type: System..::..Single
upper right y

See Also