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