←Select platform

IntersectsWith(LogicalRectangle) Method

Summary

Determines if this rectangle intersects with a test rectangle.

Syntax

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

Parameters

rect
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.Forms Assembly