Click or drag to resize

PdfBounds Methods

The PdfBounds type exposes the following members.

Methods
  NameDescription
Public methodContains(PdfBounds)
Determines whether the bounds contains the specified inner PdfBounds.
Public methodContains(PdfPoint)
Determines whether the supplied point is contained within this rectangle.
Public methodContains(PdfQuadrilateral)
Determines whether the rectangle contains the specified quadrilateral.
Public methodEquals
Determines whether the specified Object is equal to this instance.
(Overrides ValueTypeEquals(Object).)
Public methodExpand(Double)
Expands the PdfBounds by the specified amount on all sides.
Public methodExpand(Double, Double)
Expands the PdfBounds by specified amount on sides and on the top and bottom.
Public methodExpand(Double, Double, Double, Double)
Expands the PdfBounds by specified amount on each side.
Public methodGetHashCode
Returns a hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIntersects
Checks to see if a given rectangle intersects this one.
Public methodIsEmpty
Determines whether this instance is empty.
Public methodLowerBound
Returns the minimum X and Y as a PdfPoint.
Public methodMaxX
Returns the maximum X.
Public methodMaxY
Returns the maximum Y.
Public methodMinX
Returns the minimum X.
Public methodMinY
Returns the minimum Y.
Public methodToString
Returns a String that represents this instance.
(Overrides ValueTypeToString.)
Public methodUpperBound
Returns the maximum X and Y as a PdfPoint.
Top
See Also