ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Core Namespace / IImGearDoubleRectangle Interface / Intersect Method
Double rectangle interface.




In This Topic
Intersect Method (IImGearDoubleRectangle)
In This Topic
Checks whether or not the rectangle is intersected with the specified rectangle.
Syntax
'Declaration
 
Function Intersect( _
   ByVal rect As IImGearDoubleRectangle _
) As Boolean
 
'Usage
 
Dim instance As IImGearDoubleRectangle
Dim rect As IImGearDoubleRectangle
Dim value As Boolean
 
value = instance.Intersect(rect)

Parameters

rect
Double rectangle interface.

Return Value

Boolean value.
See Also