LEADTOOLS (Leadtools assembly)

IntersectsWith Method (LeadRectD)

Show in webframe







The rectangle to check.
Indicates whether the specified rectangle intersects with the current rectangle.
Syntax
public bool IntersectsWith( 
   LeadRectD rect
)
'Declaration
 
Public Function IntersectsWith( _
   ByVal rect As LeadRectD _
) As Boolean
'Usage
 
Dim instance As LeadRectD
Dim rect As LeadRectD
Dim value As Boolean
 
value = instance.IntersectsWith(rect)
public bool IntersectsWith( 
   LeadRectD rect
)

            

            
 function Leadtools.LeadRectD.IntersectsWith( 
   rect 
)
public:
bool IntersectsWith( 
   LeadRectD rect
) 

Parameters

rect
The rectangle to check.

Return Value

true if the specified rectangle intersects with the current rectangle; otherwise, false.
Requirements

Target Platforms

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

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