Contains(Point) Method

Class

Rectangle.

Action

Returns true if the current Rectangle contains the specified Point. Returns false otherwise.

Syntax

C#
public bool Contains (Point point)
VB
Public Function Contains (point As Point) As Boolean