LEADTOOLS (Leadtools assembly)

IntersectsWith Method (LeadRectHelper)

Show in webframe







The rectangle object.
The rectangle to test.
Determines whether this LeadRect intersects with a test value.
Syntax
public static bool IntersectsWith( 
   LeadRect rect,
   LeadRect testRect
)
'Declaration
 
Public Shared Function IntersectsWith( _
   ByVal rect As LeadRect, _
   ByVal testRect As LeadRect _
) As Boolean
'Usage
 
Dim rect As LeadRect
Dim testRect As LeadRect
Dim value As Boolean
 
value = LeadRectHelper.IntersectsWith(rect, testRect)
public static bool IntersectsWith( 
   LeadRect rect,
   LeadRect testRect
)

            

            
 function Leadtools.LeadRectHelper.IntersectsWith( 
   rect ,
   testRect 
)
public:
static bool IntersectsWith( 
   LeadRect rect,
   LeadRect testRect
) 

Parameters

rect
The rectangle object.
testRect
The rectangle to test.

Return Value

This method returns true if there is any intersection; false, otherwise.
Requirements

Target Platforms

See Also

Reference

LeadRectHelper Class
LeadRectHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.