In This Topic
Replaces the current
Rect structure with the intersection of itself and another
Rect.
Syntax
'Declaration
Public Overloads Sub Intersect( _
ByVal As Rect _
)
public void Intersect(
Rect
)
Parameters
- rect
- The Rect to intersect the current one with.
See Also