LEADTOOLS (Leadtools assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Intersect(LeadRect) Method
See Also 
Leadtools Namespace > LeadRect Structure > Intersect Method : Intersect(LeadRect) Method



rect
The rectangle to intersect.
rect
The rectangle to intersect.
Replaces this LeadRect structure with the intersection of itself and the specified LeadRect structure. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Intersect( _
   ByVal rect As LeadRect _
) 
Visual Basic (Usage)Copy Code
Dim instance As LeadRect
Dim rect As LeadRect
 
instance.Intersect(rect)
C# 
public void Intersect( 
   LeadRect rect
)
C++/CLI 
public:
void Intersect( 
   LeadRect rect
) 

Parameters

rect
The rectangle to intersect.

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only), Windows Phone 7

See Also