←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
Java
C++
public void Intersect( 
   LeadRectD rect 
) 
Public Sub Intersect( _ 
   ByVal rect As Leadtools.LeadRectD _ 
)  
public void intersect(LeadRectD rect) 
public: 
void Intersect(  
   Leadtools.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly