In This Topic
Determines whether the container contains the specified point.
Syntax
'Declaration
Public Overloads Overridable Function Contains( _
ByVal As Point _
) As Boolean
'Usage
Dim instance As LineShape
Dim pt As Point
Dim value As Boolean
value = instance.Contains(pt)
public virtual bool Contains(
Point
)
Parameters
- pt
- Point to check
Return Value
true if the point is found in the collection; false otherwise
See Also