A RectangleReadOnly is the representation of a geometric figure. It's the same as a Rectangle but immutable.

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

Syntax

C#
public class RectangleReadOnly : Rectangle
Visual Basic
Public Class RectangleReadOnly _
	Inherits Rectangle
Visual C++
public ref class RectangleReadOnly : public Rectangle

Inheritance Hierarchy

System..::..Object
  iTextSharp.text..::..Element
    iTextSharp.text..::..Rectangle
      iTextSharp.text..::..RectangleReadOnly

See Also