PdfBounds Methods |
The PdfBounds type exposes the following members.
Name | Description | |
---|---|---|
Contains(PdfBounds) |
Determines whether the bounds contains the specified inner PdfBounds.
| |
Contains(PdfPoint) |
Determines whether the supplied point is contained within this rectangle.
| |
Contains(PdfQuadrilateral) |
Determines whether the rectangle contains the specified quadrilateral.
| |
Equals |
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).) | |
Expand(Double) |
Expands the PdfBounds by the specified amount on all sides.
| |
Expand(Double, Double) |
Expands the PdfBounds by specified amount on sides and on the top and bottom.
| |
Expand(Double, Double, Double, Double) |
Expands the PdfBounds by specified amount on each side.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Intersects |
Checks to see if a given rectangle intersects this one.
| |
IsEmpty |
Determines whether this instance is empty.
| |
LowerBound |
Returns the minimum X and Y as a PdfPoint.
| |
MaxX |
Returns the maximum X.
| |
MaxY |
Returns the maximum Y.
| |
MinX |
Returns the minimum X.
| |
MinY |
Returns the minimum Y.
| |
ToString |
Returns a String that represents this instance.
(Overrides ValueTypeToString.) | |
UpperBound |
Returns the maximum X and Y as a PdfPoint.
|