←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#
C++/CLI
Java
Python
public void Intersect( 
   LeadRectD rect 
) 
public void intersect( 
   LeadRectD rect 
); 
public: 
void Intersect(  
   LeadRectD rect 
)  
def Intersect(self,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 22.0.2023.5.16
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly

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