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