In This Topic
Replaces this
Rect with the intersection of itself and the specified
Rect.
Syntax
'Declaration
Public Overloads Function Intersect( _
ByVal As Rect _
) As Rect
public Rect Intersect(
Rect
)
Parameters
- rect
- The Rect with which to intersect.
See Also