LEADTOOLS (Leadtools assembly)

Intersect(LeadRect,LeadRect) Method

Show in webframe







A rectangle to intersect.
A rectangle to intersect
Returns an LeadRect structure that represents the intersection of two rectangles. If there is no intersection, an empty rectangle is returned.
Syntax
public static LeadRect Intersect( 
   LeadRect a,
   LeadRect b
)
'Declaration
 
Public Overloads Shared Function Intersect( _
   ByVal a As LeadRect, _
   ByVal b As LeadRect _
) As LeadRect
'Usage
 
Dim a As LeadRect
Dim b As LeadRect
Dim value As LeadRect
 
value = LeadRect.Intersect(a, b)
public static LeadRect Intersect( 
   LeadRect a,
   LeadRect b
)
LeadRect LeadRect_Intersect(LeadRect rect1, LeadRect rect2);
public static LeadRect intersectRects(LeadRect rect1, LeadRect rect2)
 function Leadtools.LeadRect.Intersect(LeadRect,LeadRect)( 
   a ,
   b 
)
public:
static LeadRect Intersect( 
   LeadRect a,
   LeadRect b
) 

Parameters

a
A rectangle to intersect.
b
A rectangle to intersect

Return Value

A third LeadRect structure the size of which represents the overlapped area of the two specified rectangles.
Requirements

Target Platforms

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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