←Select platform

IntersectsWith Method

Summary

Determines if this rectangle intersects with a test rectangle.

Syntax

C#
VB
C++
public bool IntersectsWith( 
   AnnRectangle rect 
) 
  
Public Function IntersectsWith( _ 
   ByVal rect As Leadtools.Annotations.AnnRectangle _ 
) As Boolean 
public: 
bool IntersectsWith(  
   Leadtools.Annotations.AnnRectangle 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.Annotations Assembly