Initializes a new instance of the PdfRectangle class

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

Syntax

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

Parameters

urx
Type: System..::..Single
ury
Type: System..::..Single

See Also