←Select platform

IntersectsWith Method (LeadRectD)

Summary

Indicates whether the specified rectangle intersects with the current rectangle.

Syntax

C#
VB
Java
Objective-C
C++
public bool IntersectsWith(  
   Leadtools.LeadRectD rect 
) 
Public Function IntersectsWith( _ 
   ByVal rect As Leadtools.LeadRectD _ 
) As Boolean 
BOOL LeadRectDIntersectsWith(LeadRectD rect1, LeadRectD rect2) 
public boolean intersectsWith(LeadRectD rect) 
public: 
bool IntersectsWith(  
   Leadtools.LeadRectD rect 
)  

Parameters

rect
The rectangle to check.

Return Value

true if the specified rectangle intersects with the current rectangle; otherwise, false.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize