LEADTOOLS (Leadtools assembly)
LEAD Technologies, Inc

Intersect(LeadRect,LeadRect) Method






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. .NET support Silverlight support
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
)
 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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LeadRect Structure
LeadRect Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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