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) |
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