LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

IntersectsWith Method (LeadRectDHelper)






The rectangle object.
The rectangle to test.
Determines whether this LeadRectD intersects with a test value. .NET support WinRT support
Syntax
public static bool IntersectsWith( 
   LeadRectD rect,
   LeadRectD testRect
)
'Declaration
 
Public Shared Function IntersectsWith( _
   ByVal rect As LeadRectD, _
   ByVal testRect As LeadRectD _
) As Boolean
'Usage
 
Dim rect As LeadRectD
Dim testRect As LeadRectD
Dim value As Boolean
 
value = LeadRectDHelper.IntersectsWith(rect, testRect)
public static bool IntersectsWith( 
   LeadRectD rect,
   LeadRectD testRect
)
 function Leadtools.LeadRectDHelper.IntersectsWith( 
   rect ,
   testRect 
)
public:
static bool IntersectsWith( 
   LeadRectD rect,
   LeadRectD 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRectDHelper Class
LeadRectDHelper Members

 

 


Products | Support | Contact Us | Copyright Notices

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