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