PdfRectangleGdiExtensions Methods

The PdfRectangleGdiExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberContains(PdfRectangle, PointF)
Determines if the specified point is contained within this PdfRectangle structure.
Public methodStatic memberContains(PdfRectangle, RectangleF)
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle structure.
Public methodStatic memberInflate
Inflates this PdfRectangle by the specified amount.
Public methodStatic memberIntersect
Replaces this PdfRectangle structure with the intersection of itself and the specified RectangleF structure.
Public methodStatic memberIntersectsWith
Determines if this rectangle intersects with rect.
Public methodStatic memberOffset
Adjusts the location of this rectangle by the specified amount.
Public methodStatic memberToRectangleF
Converts this PdfRectangle to a RectangleF.

See Also