Rectangle..::..Contains Method

Determines whether [contains] [the specified point].

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool Contains(
	Point point
)
Public Function Contains ( _
	point As Point _
) As Boolean
public:
bool^ Contains(
	Point^ point
)

Parameters

point
Type: Point
The point.

Return Value

true if [contains] [the specified point]; otherwise, false.