The RectangleReadOnly type exposes the following members.

Collapse imageConstructors

  NameDescription
Public methodRectangleReadOnly(Rectangle)
Constructs a RectangleReadOnly-object.
Public methodRectangleReadOnly(Single, Single)
Constructs a RectangleReadOnly-object starting from the origin (0, 0).
Public methodRectangleReadOnly(Single, Single, Single, Single)
Constructs a RectangleReadOnly-object.

Collapse imageMethods

  NameDescription
Public methodCloneNonPositionParameters (Overrides Rectangle..::..CloneNonPositionParameters(Rectangle).)
Public methodDisableBorderSide (Overrides Rectangle..::..DisableBorderSide(Int32).)
Public methodEnableBorderSide (Overrides Rectangle..::..EnableBorderSide(Int32).)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetBottom
Returns the lower left y-coordinate, considering a given margin.
(Inherited from Rectangle.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetLeft
Returns the lower left x-coordinate, considering a given margin.
(Inherited from Rectangle.)
Public methodGetRectangle
Gets a Rectangle that is altered to fit on the page.
(Inherited from Rectangle.)
Public methodGetRight
Returns the upper right x-coordinate, considering a given margin.
(Inherited from Rectangle.)
Public methodGetTop
Returns the upper right y-coordinate, considering a given margin.
(Inherited from Rectangle.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasBorder
Indicates if the table has a some type of border.
(Inherited from Rectangle.)
Public methodHasBorders
Indicates if the table has borders.
(Inherited from Rectangle.)
Public methodIsContent (Inherited from Rectangle.)
Public methodIsNestable (Inherited from Rectangle.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNormalize (Overrides Rectangle..::..Normalize()()()().)
Public methodProcess
Processes the element by adding it (or the different parts) to an IElementListener.
(Inherited from Rectangle.)
Public methodRotate
Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.
(Inherited from Rectangle.)
Public methodSoftCloneNonPositionParameters (Overrides Rectangle..::..SoftCloneNonPositionParameters(Rectangle).)
Public methodToString (Overrides Rectangle..::..ToString()()()().)

Collapse imageFields

  NameDescription
Protected fieldbackgroundColor
This is the color of the background of this rectangle.
(Inherited from Rectangle.)
Protected fieldborder
This represents the status of the 4 sides of the rectangle.
(Inherited from Rectangle.)
Protected fieldborderColor
This is the color of the border of this rectangle.
(Inherited from Rectangle.)
Protected fieldborderColorBottom (Inherited from Rectangle.)
Protected fieldborderColorLeft (Inherited from Rectangle.)
Protected fieldborderColorRight (Inherited from Rectangle.)
Protected fieldborderColorTop (Inherited from Rectangle.)
Protected fieldborderWidth
This is the width of the border around this rectangle.
(Inherited from Rectangle.)
Protected fieldborderWidthBottom (Inherited from Rectangle.)
Protected fieldborderWidthLeft (Inherited from Rectangle.)
Protected fieldborderWidthRight (Inherited from Rectangle.)
Protected fieldborderWidthTop (Inherited from Rectangle.)
Protected fieldllx
the lower left x-coordinate.
(Inherited from Rectangle.)
Protected fieldlly
the lower left y-coordinate.
(Inherited from Rectangle.)
Protected fieldrotation
This is the rotation value of this rectangle.
(Inherited from Rectangle.)
Protected fieldurx
the upper right x-coordinate.
(Inherited from Rectangle.)
Protected fieldury
the upper right y-coordinate.
(Inherited from Rectangle.)
Protected fielduseVariableBorders (Inherited from Rectangle.)

Collapse imageProperties

  NameDescription
Public propertyBackgroundColor
Get/set the backgroundcolor.
(Overrides Rectangle..::..BackgroundColor.)
Public propertyBorder
Get/set the border
(Overrides Rectangle..::..Border.)
Public propertyBorderColor
Get/set the color of the border.
(Overrides Rectangle..::..BorderColor.)
Public propertyBorderColorBottom (Overrides Rectangle..::..BorderColorBottom.)
Public propertyBorderColorLeft (Overrides Rectangle..::..BorderColorLeft.)
Public propertyBorderColorRight (Overrides Rectangle..::..BorderColorRight.)
Public propertyBorderColorTop (Overrides Rectangle..::..BorderColorTop.)
Public propertyBorderWidth
Get/set the borderwidth.
(Overrides Rectangle..::..BorderWidth.)
Public propertyBorderWidthBottom (Overrides Rectangle..::..BorderWidthBottom.)
Public propertyBorderWidthLeft (Overrides Rectangle..::..BorderWidthLeft.)
Public propertyBorderWidthRight (Overrides Rectangle..::..BorderWidthRight.)
Public propertyBorderWidthTop (Overrides Rectangle..::..BorderWidthTop.)
Public propertyBottom
Get/set the lower left y-coordinate.
(Overrides Rectangle..::..Bottom.)
Public propertyChunks
Gets all the chunks in this element.
(Inherited from Rectangle.)
Public propertyGrayFill
Get/set the grayscale of the rectangle.
(Overrides Rectangle..::..GrayFill.)
Public propertyHeight
Returns the height of the rectangle.
(Inherited from Rectangle.)
Public propertyLeft
Get/set the lower left x-coordinate.
(Overrides Rectangle..::..Left.)
Public propertyRight
Get/set the upper right x-coordinate.
(Overrides Rectangle..::..Right.)
Public propertyRotation
Returns the rotation
(Inherited from Rectangle.)
Public propertyTop
Get/set the upper right y-coordinate.
(Overrides Rectangle..::..Top.)
Public propertyType
Gets the type of the text element.
(Inherited from Rectangle.)
Public propertyUseVariableBorders (Overrides Rectangle..::..UseVariableBorders.)
Public propertyWidth
Returns the width of the rectangle.
(Inherited from Rectangle.)

Collapse imageSee Also