 | 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
Syntaxpublic bool IntersectsWith(
Int32Rect rect
)
Public Function IntersectsWith (
rect As Int32Rect
) As Boolean
public:
bool IntersectsWith(
Int32Rect rect
)
member IntersectsWith :
rect : Int32Rect -> bool
public boolean IntersectsWith(
Int32Rect rect
)
function IntersectsWith(rect);
Parameters
- rect
- Type: Patagames.Pdf.Net.ControlsInt32Rect
The rectangle to test.
Return Value
Type:
BooleanThis method returns true if there is any intersection, otherwise false.
See Also