←Select platform

IntersectsWith Method (LeadRectHelper)

Summary

Determines whether this LeadRect intersects with a test value.

Syntax

C#
VB
WinRT C#
C++
public static bool IntersectsWith(  
   Leadtools.LeadRect rect, 
   Leadtools.LeadRect testRect 
) 
Public Shared Function IntersectsWith( _ 
   ByVal rect As Leadtools.LeadRect, _ 
   ByVal testRect As Leadtools.LeadRect _ 
) As Boolean 
public static bool IntersectsWith(  
   Leadtools.LeadRect rect, 
   Leadtools.LeadRect testRect 
) 
 function Leadtools.LeadRectHelper.IntersectsWith(  
   rect , 
   testRect  
) 
public: 
static bool IntersectsWith(  
   Leadtools.LeadRect rect, 
   Leadtools.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly