The PdfRectangle type exposes the following members.
Name | Description | |
---|---|---|
![]() | Contains(PdfPoint) |
Determines if the specified point is contained within this
PdfRectangle structure.
|
![]() | Contains(PdfRectangle) |
Determines if the rectangular region represented by rect
is entirely contained within this PdfRectangle structure.
|
![]() | Contains(Double, Double) |
Determines if the specified point is contained within this
PdfRectangle structure.
|
![]() | Contains(Single, Single) |
Determines if the specified point is contained within this
PdfRectangle structure.
|
![]() | Equals | (Overrides ValueType.Equals(Object).) |
![]() ![]() | FromLTRB(Double, Double, Double, Double) |
Creates a PdfRectangle structure with upper-left corner and
lower-right corner at the specified locations.
|
![]() ![]() | FromLTRB(Single, Single, Single, Single) |
Creates a PdfRectangle structure with upper-left corner and
lower-right corner at the specified locations.
|
![]() | GetHashCode |
Gets the hash code for this PdfRectangle structure.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | Inflate(PdfSize) |
Inflates this PdfRectangle by the specified amount.
|
![]() | Inflate(Double, Double) |
Inflates this PdfRectangle by the specified amount.
|
![]() | Inflate(Single, Single) |
Inflates this PdfRectangle by the specified amount.
|
![]() ![]() | Inflate(PdfRectangle, Double, Double) |
Creates and returns an inflated copy of the specified
PdfRectangle structure. The copy is inflated by the specified
amount. The original rectangle remains unmodified.
|
![]() | Intersect(PdfRectangle) |
Replaces this PdfRectangle structure with the intersection of
itself and the specified PdfRectangle structure.
|
![]() ![]() | Intersect(PdfRectangle, PdfRectangle) |
Returns a PdfRectangle structure that represents the
intersection of two rectangles. If there is no intersection, an empty
PdfRectangle is returned.
|
![]() | IntersectsWith |
Determines if this rectangle intersects with rect.
|
![]() | Offset(PdfPoint) |
Adjusts the location of this rectangle by the specified amount.
|
![]() | Offset(Double, Double) |
Adjusts the location of this rectangle by the specified amount.
|
![]() | Offset(Single, Single) |
Adjusts the location of this rectangle by the specified amount.
|
![]() | ToString() |
Converts the Location and Size of this PdfRectangle to a
human-readable string.
(Overrides ValueType.ToString().) |
![]() | ToString(IFormatProvider) |
Converts the Location and Size of this PdfRectangle to a
human-readable string.
|
![]() ![]() | Union |
Creates the smallest possible third rectangle that can contain both of two
rectangles that form a union.
|
Name | Description | |
---|---|---|
![]() | Contains(PointF) | Overloaded.
Determines if the specified point is contained within this
PdfRectangle structure.
(Defined by PdfRectangleGdiExtensions.) |
![]() | Contains(RectangleF) | Overloaded.
Determines if the rectangular region represented by rect
is entirely contained within this PdfRectangle structure.
(Defined by PdfRectangleGdiExtensions.) |
![]() | Inflate |
Inflates this PdfRectangle by the specified amount.
(Defined by PdfRectangleGdiExtensions.) |
![]() | Intersect |
Replaces this PdfRectangle structure with the intersection of
itself and the specified RectangleF structure.
(Defined by PdfRectangleGdiExtensions.) |
![]() | IntersectsWith |
Determines if this rectangle intersects with rect.
(Defined by PdfRectangleGdiExtensions.) |
![]() | Offset |
Adjusts the location of this rectangle by the specified amount.
(Defined by PdfRectangleGdiExtensions.) |
![]() | ToRectangleF |
Converts this PdfRectangle to a RectangleF.
(Defined by PdfRectangleGdiExtensions.) |