The PdfRectangleGdiExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Contains(PdfRectangle, PointF) |
Determines if the specified point is contained within this
PdfRectangle structure.
|
![]() ![]() | Contains(PdfRectangle, RectangleF) |
Determines if the rectangular region represented by rect
is entirely contained within this PdfRectangle structure.
|
![]() ![]() | Inflate |
Inflates this PdfRectangle by the specified amount.
|
![]() ![]() | Intersect |
Replaces this PdfRectangle structure with the intersection of
itself and the specified RectangleF structure.
|
![]() ![]() | IntersectsWith |
Determines if this rectangle intersects with rect.
|
![]() ![]() | Offset |
Adjusts the location of this rectangle by the specified amount.
|
![]() ![]() | ToRectangleF |
Converts this PdfRectangle to a RectangleF.
|