←Select platform

Intersect Method

Summary
Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle.
Syntax
C#
VB
C++
Java
public void Intersect( 
   LeadRectD rect 
) 
Public Sub Intersect( _ 
   ByVal rect As LeadRectD _ 
)  
public void intersect(LeadRectD rect) 
public: 
void Intersect(  
   LeadRectD rect 
)  

Parameters

rect
The rectangle to intersect width the current rectangle.

Remarks

If no intersection exists, the current rectangle becomes Empty.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.