Tests whether the specified rectangle is entirely contained within the current
Rect.
'Declaration
Public Overloads Function Contains( _
ByVal As Rect _
) As System.Boolean
public System.bool Contains(
Rect
)
Parameters
- rc
- The Rect to test.
Return Value
true if is completely contained within the current
Rect structure,
false otherwise.