ImageGear v26.5 - Updated March 3, 2025
ImageGear.Core Assembly / ImageGear.Core Namespace / ImGearRectangle Structure / Intersect Method
A rectangle object.




In This Topic
Intersect Method (ImGearRectangle)
In This Topic
Replaces this rectangle with the intersection of itself and another rectangle.
Syntax
'Declaration
 
Public Function Intersect( _
   ByVal rect As IImGearRectangle _
) As Boolean
 
'Usage
 
Dim instance As ImGearRectangle
Dim rect As IImGearRectangle
Dim value As Boolean
 
value = instance.Intersect(rect)

Parameters

rect
A rectangle object.

Return Value

Boolean value.
See Also