Determines if the rectangular region represented by rect is entirely contained within this rectangle.
Syntax
'Declaration
Public Overloads Function Contains( _
ByVal As Rect _
) As Boolean
public bool Contains(
Rect
)
Parameters
- rect
- The Rect to test.
See Also