'宣言
Public Shared Function IntersectsWith( _
ByVal As System.Windows.Rect, _
ByVal As System.Windows.Rect _
) As System.Boolean
public static System.bool IntersectsWith(
System.Windows.Rect ,
System.Windows.Rect
)
パラメータ
- r
- テストする四角形。
- rect
- テストするもう1つの四角形。
戻り値の型
共通部分がある場合は true を返し、そうでない場合は false を返します。