Table of Contents

Method IntersectsWith

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

IntersectsWith(PdfRectangle, RectangleF)

Determines if this rectangle intersects with rect.

public static bool IntersectsWith(this PdfRectangle thisRect, RectangleF rect)

Parameters

thisRect PdfRectangle

The rectangle.

rect RectangleF

The rectangle to test.

Returns

bool

This method returns true if there is any intersection.