ImageGear for .NET
Intersect Method (IImGearDoubleRectangle)




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

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback