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