'宣言 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
- テストする RectangleD。
戻り値の型
共通部分がある場合は true を返します。