Constructs a Rectangle-object starting from the origin (0, 0).

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

Syntax

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

Parameters

urx
Type: System..::..Single
upper right x
ury
Type: System..::..Single
upper right y

See Also