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