 | 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
Syntaxpublic void Intersect(
Int32Rect rect
)
Public Sub Intersect (
rect As Int32Rect
)
public:
void Intersect(
Int32Rect rect
)
member Intersect :
rect : Int32Rect -> unit
public void Intersect(
Int32Rect rect
)
function Intersect(rect);
Parameters
- rect
- Type: Patagames.Pdf.Net.ControlsInt32Rect
The rectangle to intersect with the current rectangle.
See Also