Method Intersect
- Namespace
- BitMiracle.Docotic.Pdf.Gdi
- Assembly
- BitMiracle.Docotic.Pdf.Gdi.dll
Intersect(PdfRectangle, RectangleF)
Replaces this PdfRectangle structure with the intersection of itself and the specified RectangleF structure.
public static void Intersect(this PdfRectangle thisRect, RectangleF rect)Parameters
- thisRectPdfRectangle
- The rectangle. 
- rectRectangleF
- The rectangle to intersect.