ImageGear .NET - Updated
Intersect Method (ImGearDoubleRectangle)




ImageGear24.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)
public bool Intersect( 
   IImGearDoubleRectangle rect
)
public: bool Intersect( 
   IImGearDoubleRectangle* rect
) 
public:
bool Intersect( 
   IImGearDoubleRectangle^ rect
) 

Parameters

rect
Double rectangle.

Return Value

Boolean value.
See Also

Reference

ImGearDoubleRectangle Structure
ImGearDoubleRectangle Members