'Usage
Dim instance As RectangleShape Dim pt As Point Dim value As Boolean value = instance.Contains(pt)
Parameters
- pt
- Point to check
Return Value
true if the point is found in the collection; false otherwise
'Usage
Dim instance As RectangleShape Dim pt As Point Dim value As Boolean value = instance.Contains(pt)