←Select platform

IntersectsWith(LeadRect) Method

Summary

Determines whether this rectangle intersects with rect.

Syntax

C#
VB
C++
public bool IntersectsWith( 
   LeadRect rect 
) 
  
Public Overloads Function IntersectsWith( _ 
   ByVal rect As Leadtools.LeadRect _ 
) As Boolean 
public: 
bool IntersectsWith(  
   Leadtools.LeadRect rect 
)  

Parameters

rect
The rectangle to test.

Return Value

true if the rect intersects with this LogicalRectangle; 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.Forms Assembly