Table of Contents

Class PdfRectangleGdiExtensions

Namespace
BitMiracle.Docotic.Pdf.Gdi
Assembly
BitMiracle.Docotic.Pdf.Gdi.dll

Provides System.Drawing / GDI+ extension methods for the PdfRectangle structure.

public static class PdfRectangleGdiExtensions
Inheritance
PdfRectangleGdiExtensions
Inherited Members

Methods

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(PdfRectangle, SizeF)

Inflates this PdfRectangle by the specified amount.

Intersect(PdfRectangle, RectangleF)

Replaces this PdfRectangle structure with the intersection of itself and the specified RectangleF structure.

IntersectsWith(PdfRectangle, RectangleF)

Determines if this rectangle intersects with rect.

Offset(PdfRectangle, PointF)

Adjusts the location of this rectangle by the specified amount.

ToRectangleF(PdfRectangle)

Converts this PdfRectangle to a RectangleF.