ImageGear .NET - Updated
Intersect Method (IImGearDoubleRectangle)




ImageGear24.Core Assembly > ImageGear.Core Namespace > IImGearDoubleRectangle Interface : Intersect Method
Double rectangle interface.
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)
bool Intersect( 
   IImGearDoubleRectangle rect
)
bool Intersect( 
   IImGearDoubleRectangle* rect
) 
bool Intersect( 
   IImGearDoubleRectangle^ rect
) 

Parameters

rect
Double rectangle interface.

Return Value

Boolean value.
See Also

Reference

IImGearDoubleRectangle Interface
IImGearDoubleRectangle Members