The RectangleReadOnly type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | RectangleReadOnly(Rectangle) |
Constructs a RectangleReadOnly-object.
|
![]() | RectangleReadOnly(Single, Single) |
Constructs a RectangleReadOnly-object starting from the origin (0, 0).
|
![]() | RectangleReadOnly(Single, Single, Single, Single) |
Constructs a RectangleReadOnly-object.
|
Methods
Name | Description | |
---|---|---|
![]() | CloneNonPositionParameters | (Overrides Rectangle..::..CloneNonPositionParameters(Rectangle).) |
![]() | DisableBorderSide | (Overrides Rectangle..::..DisableBorderSide(Int32).) |
![]() | EnableBorderSide | (Overrides Rectangle..::..EnableBorderSide(Int32).) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) |
![]() | GetBottom |
Returns the lower left y-coordinate, considering a given margin.
(Inherited from Rectangle.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetLeft |
Returns the lower left x-coordinate, considering a given margin.
(Inherited from Rectangle.) |
![]() | GetRectangle |
Gets a Rectangle that is altered to fit on the page.
(Inherited from Rectangle.) |
![]() | GetRight |
Returns the upper right x-coordinate, considering a given margin.
(Inherited from Rectangle.) |
![]() | GetTop |
Returns the upper right y-coordinate, considering a given margin.
(Inherited from Rectangle.) |
![]() | GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | HasBorder |
Indicates if the table has a some type of border.
(Inherited from Rectangle.) |
![]() | HasBorders |
Indicates if the table has borders.
(Inherited from Rectangle.) |
![]() | IsContent | (Inherited from Rectangle.) |
![]() | IsNestable | (Inherited from Rectangle.) |
![]() | MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
![]() | Normalize | (Overrides Rectangle..::..Normalize()()()().) |
![]() | Process |
Processes the element by adding it (or the different parts) to an
IElementListener.
(Inherited from Rectangle.) |
![]() | Rotate |
Swaps the values of urx and ury and of lly and llx in order to rotate the rectangle.
(Inherited from Rectangle.) |
![]() | SoftCloneNonPositionParameters | (Overrides Rectangle..::..SoftCloneNonPositionParameters(Rectangle).) |
![]() | ToString | (Overrides Rectangle..::..ToString()()()().) |
Fields
Name | Description | |
---|---|---|
![]() | backgroundColor | This is the color of the background of this rectangle. (Inherited from Rectangle.) |
![]() | border | This represents the status of the 4 sides of the rectangle. (Inherited from Rectangle.) |
![]() | borderColor | This is the color of the border of this rectangle. (Inherited from Rectangle.) |
![]() | borderColorBottom | (Inherited from Rectangle.) |
![]() | borderColorLeft | (Inherited from Rectangle.) |
![]() | borderColorRight | (Inherited from Rectangle.) |
![]() | borderColorTop | (Inherited from Rectangle.) |
![]() | borderWidth | This is the width of the border around this rectangle. (Inherited from Rectangle.) |
![]() | borderWidthBottom | (Inherited from Rectangle.) |
![]() | borderWidthLeft | (Inherited from Rectangle.) |
![]() | borderWidthRight | (Inherited from Rectangle.) |
![]() | borderWidthTop | (Inherited from Rectangle.) |
![]() | llx | the lower left x-coordinate. (Inherited from Rectangle.) |
![]() | lly | the lower left y-coordinate. (Inherited from Rectangle.) |
![]() | rotation | This is the rotation value of this rectangle. (Inherited from Rectangle.) |
![]() | urx | the upper right x-coordinate. (Inherited from Rectangle.) |
![]() | ury | the upper right y-coordinate. (Inherited from Rectangle.) |
![]() | useVariableBorders | (Inherited from Rectangle.) |
Properties
Name | Description | |
---|---|---|
![]() | BackgroundColor |
Get/set the backgroundcolor.
(Overrides Rectangle..::..BackgroundColor.) |
![]() | Border |
Get/set the border
(Overrides Rectangle..::..Border.) |
![]() | BorderColor |
Get/set the color of the border.
(Overrides Rectangle..::..BorderColor.) |
![]() | BorderColorBottom | (Overrides Rectangle..::..BorderColorBottom.) |
![]() | BorderColorLeft | (Overrides Rectangle..::..BorderColorLeft.) |
![]() | BorderColorRight | (Overrides Rectangle..::..BorderColorRight.) |
![]() | BorderColorTop | (Overrides Rectangle..::..BorderColorTop.) |
![]() | BorderWidth |
Get/set the borderwidth.
(Overrides Rectangle..::..BorderWidth.) |
![]() | BorderWidthBottom | (Overrides Rectangle..::..BorderWidthBottom.) |
![]() | BorderWidthLeft | (Overrides Rectangle..::..BorderWidthLeft.) |
![]() | BorderWidthRight | (Overrides Rectangle..::..BorderWidthRight.) |
![]() | BorderWidthTop | (Overrides Rectangle..::..BorderWidthTop.) |
![]() | Bottom |
Get/set the lower left y-coordinate.
(Overrides Rectangle..::..Bottom.) |
![]() | Chunks |
Gets all the chunks in this element.
(Inherited from Rectangle.) |
![]() | GrayFill |
Get/set the grayscale of the rectangle.
(Overrides Rectangle..::..GrayFill.) |
![]() | Height |
Returns the height of the rectangle.
(Inherited from Rectangle.) |
![]() | Left |
Get/set the lower left x-coordinate.
(Overrides Rectangle..::..Left.) |
![]() | Right |
Get/set the upper right x-coordinate.
(Overrides Rectangle..::..Right.) |
![]() | Rotation |
Returns the rotation
(Inherited from Rectangle.) |
![]() | Top |
Get/set the upper right y-coordinate.
(Overrides Rectangle..::..Top.) |
![]() | Type |
Gets the type of the text element.
(Inherited from Rectangle.) |
![]() | UseVariableBorders | (Overrides Rectangle..::..UseVariableBorders.) |
![]() | Width |
Returns the width of the rectangle.
(Inherited from Rectangle.) |