PdfBounds Structure |
Namespace: Atalasoft.PdfDoc.Geometry
The PdfBounds type exposes the following members.
| Name | Description | |
|---|---|---|
| PdfBounds(RectangleF) |
Initializes a new instance of the PdfBounds struct.
| |
| PdfBounds(Double, Double, Double, Double) |
Initializes a new instance of the PdfBounds struct.
|
| Name | Description | |
|---|---|---|
| Bottom |
Gets the offset of the bottom side of this boundary.
| |
| Empty |
Returns the Empty PdfBounds
| |
| Height |
Gets the height.
| |
| Left |
Gets the offset of the left side of this boundary.
| |
| Right |
Gets the offset of the right side of this boundary.
| |
| Top |
Gets the offset of the top side of this boundary.
| |
| Width |
Gets the width.
|
| 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.
|
| Name | Description | |
|---|---|---|
| Equality |
Implements the operator ==.
| |
| Inequality |
Implements the operator !=.
|