LEADTOOLS (Leadtools assembly)

Intersect Method (LeadRectD)

Show in webframe







The rectangle to intersect width the current rectangle.
Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle.
Syntax
public void Intersect( 
   LeadRectD rect
)
'Declaration
 
Public Sub Intersect( _
   ByVal rect As LeadRectD _
) 
'Usage
 
Dim instance As LeadRectD
Dim rect As LeadRectD
 
instance.Intersect(rect)
public void Intersect( 
   LeadRectD rect
)

            

            
 function Leadtools.LeadRectD.Intersect( 
   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

See Also

Reference

LeadRectD Structure
LeadRectD Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.