Tests whether the specified point is contained within the current
Rect.
'宣言
Public Overloads Function Contains( _
ByVal As Point _
) As System.Boolean
'使用法
Dim instance As Rect
Dim pt As Point
Dim value As System.Boolean
value = instance.Contains(pt)
public System.bool Contains(
Point
)
パラメータ
- pt
- The Point to test.
戻り値の型
true if is contained within the current
Rect structure,
false otherwise.