ImageGear .NET - Updated October 26, 2017
Intersect Method (ImGearDoubleRectangle)




ImageGear23.Core Assembly > ImageGear.Core Namespace > ImGearDoubleRectangle Structure : Intersect Method
Double rectangle.
Checks whether or not the rectangle is intersected with the specified rectangle.
Syntax
'Declaration
 
Public Function Intersect( _
   ByVal rect As IImGearDoubleRectangle _
) As Boolean
 
'Usage
 
Dim instance As ImGearDoubleRectangle
Dim rect As IImGearDoubleRectangle
Dim value As Boolean
 
value = instance.Intersect(rect)

Parameters

rect
Double rectangle.

Return Value

Boolean value.
See Also

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members