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