FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / ArrowShape Class / Contains Method / Contains(Point) Method
Point to check


In This Topic
Contains(Point) Method
In This Topic
Determines whether the container contains the specified point.
Syntax
'Declaration
 
Public Overloads Overridable Function Contains( _
   ByVal pt As Point _
) As Boolean
 
'Usage
 
Dim instance As ArrowShape
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
See Also