|
|
PageSize (float width, float height) |
|
|
PageSize (Rectangle box) |
|
virtual iText.Kernel.Geom.PageSize |
Rotate () |
|
Rotates PageSize clockwise. More...
|
|
override Rectangle |
Clone () |
|
Creates a "deep copy" of this PageSize, meaning the object returned by this method will be independent of the object being cloned. More...
|
|
|
Rectangle (float x, float y, float width, float height) |
|
Creates new instance. More...
|
|
|
Rectangle (float width, float height) |
|
Creates new instance of rectangle with (0, 0) as the lower left point. More...
|
|
|
Rectangle (iText.Kernel.Geom.Rectangle rect) |
|
Creates the copy of given Rectangle More...
|
|
virtual Point[] |
ToPointsArray () |
|
Convert rectangle to an array of points More...
|
|
virtual iText.Kernel.Geom.Rectangle |
GetIntersection (iText.Kernel.Geom.Rectangle rect) |
|
Get the rectangle representation of the intersection between this rectangle and the passed rectangle More...
|
|
virtual bool |
Contains (iText.Kernel.Geom.Rectangle rect) |
|
Check if this rectangle contains the passed rectangle. More...
|
|
virtual bool |
Overlaps (iText.Kernel.Geom.Rectangle rect) |
|
Check if this rectangle and the passed rectangle overlap More...
|
|
virtual bool |
Overlaps (iText.Kernel.Geom.Rectangle rect, float epsilon) |
|
Check if this rectangle and the passed rectangle overlap More...
|
|
virtual iText.Kernel.Geom.Rectangle |
SetBbox (float llx, float lly, float urx, float ury) |
|
Sets the rectangle by the coordinates, specifying its lower left and upper right points. More...
|
|
virtual float |
GetX () |
|
Gets the X coordinate of lower left point. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
SetX (float x) |
|
Sets the X coordinate of lower left point. More...
|
|
virtual float |
GetY () |
|
Gets the Y coordinate of lower left point. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
SetY (float y) |
|
Sets the Y coordinate of lower left point. More...
|
|
virtual float |
GetWidth () |
|
Gets the width of rectangle. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
SetWidth (float width) |
|
Sets the width of rectangle. More...
|
|
virtual float |
GetHeight () |
|
Gets the height of rectangle. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
SetHeight (float height) |
|
Sets the height of rectangle. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
IncreaseHeight (float extra) |
|
Increases the height of rectangle by the given value. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
DecreaseHeight (float extra) |
|
Decreases the height of rectangle by the given value. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
IncreaseWidth (float extra) |
|
Increases the width of rectangle by the given value. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
DecreaseWidth (float extra) |
|
Decreases the width of rectangle by the given value. More...
|
|
virtual float |
GetLeft () |
|
Gets the X coordinate of the left edge of the rectangle. More...
|
|
virtual float |
GetRight () |
|
Gets the X coordinate of the right edge of the rectangle. More...
|
|
virtual float |
GetTop () |
|
Gets the Y coordinate of the upper edge of the rectangle. More...
|
|
virtual float |
GetBottom () |
|
Gets the Y coordinate of the lower edge of the rectangle. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
MoveDown (float move) |
|
Decreases the y coordinate. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
MoveUp (float move) |
|
Increases the y coordinate. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
MoveRight (float move) |
|
Increases the x coordinate. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
MoveLeft (float move) |
|
Decreases the x coordinate. More...
|
|
virtual iText.Kernel.Geom.Rectangle |
ApplyMargins (float topIndent, float rightIndent, float bottomIndent, float leftIndent, bool reverse) |
|
Change the rectangle according the specified margins. More...
|
|
virtual bool |
IntersectsLine (float x1, float y1, float x2, float y2) |
|
Checks if rectangle have common points with line, specified by two points. More...
|
|
override String |
ToString () |
|
Gets the string representation of rectangle. More...
|
|
virtual bool |
EqualsWithEpsilon (iText.Kernel.Geom.Rectangle that) |
|
Compares instance of this rectangle with given deviation equals to 0.0001 More...
|
|
virtual bool |
EqualsWithEpsilon (iText.Kernel.Geom.Rectangle that, float eps) |
|
Compares instance of this rectangle with given deviation. More...
|
|