Click or drag to resize

Int32RectIntersect Method

Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle.

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

Parameters

rect
Type: Patagames.Pdf.Net.ControlsInt32Rect
The rectangle to intersect with the current rectangle.
See Also