Contains(Point) メソッド

クラス

Rectangle

アクション

現在の Rectangle が、指定した Point を含む場合は true を返します。 それ以外の場合は、false を返します。

構文

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