Table of Contents

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

thisRect PdfRectangle

The rectangle.

rect RectangleF

The rectangle to intersect.