Click or drag to resize

Int32RectIntersectsWith Method

Determines if this Int32Rect intersects with rect.

Namespace:  Patagames.Pdf.Net.Controls
Assembly:  Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Syntax
public bool IntersectsWith(
	Int32Rect rect
)

Parameters

rect
Type: Patagames.Pdf.Net.ControlsInt32Rect
The rectangle to test.

Return Value

Type: Boolean
This method returns true if there is any intersection, otherwise false.
See Also