'宣言
Public Overloads Shared Function AreIntersecting( _
ByVal As Rect, _
ByVal As Rect _
) As System.Boolean
'使用法
Dim r1 As Rect
Dim r2 As Rect
Dim value As System.Boolean
value = FC.AreIntersecting(r1, r2)
public static System.bool AreIntersecting(
Rect ,
Rect
)