Constructs a Rectangle-object.

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

Syntax

C#
public Rectangle(
	Rectangle rect
)
Visual Basic
Public Sub New ( _
	rect As Rectangle _
)
Visual C++
public:
Rectangle(
	Rectangle^ rect
)

Parameters

rect
Type: iTextSharp.text..::..Rectangle
another Rectangle

See Also