A Rectangle is the representation of a geometric figure.

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

Syntax

C#
public class Rectangle : Element, IElement
Visual Basic
Public Class Rectangle _
	Inherits Element _
	Implements IElement
Visual C++
public ref class Rectangle : public Element, 
	IElement

Inheritance Hierarchy

See Also