LEADTOOLS Annotations (Leadtools.Annotations assembly)

Intersect(AnnRectangle,AnnRectangle) Method

Show in webframe





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
) 

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

See Also

Reference

AnnRectangle Structure
AnnRectangle Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.