LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Intersect(AnnRectangle,AnnRectangle) Method






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

Parameters

a
A rectangle to intersect.
b
A rectangle to intersect

Return Value

A third AnnRectangle 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

AnnRectangle Structure
AnnRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices

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