バージョン

RectanglesCollide(Single,RectangleF,RectangleF) メソッド

回転軸として中心を使用して特定の角度で回転された場合、四角形 A と B が衝突するかどうかを返します。
シンタックス
'宣言
 
Public Overloads Shared Function RectanglesCollide( _
   ByVal rotationAngle As Single, _
   ByVal rectA As RectangleF, _
   ByVal rectB As RectangleF _
) As Boolean
public static bool RectanglesCollide( 
   float rotationAngle,
   RectangleF rectA,
   RectangleF rectB
)

パラメータ

rotationAngle
回転角度 (度単位)。
rectA
四角形 A。
rectB
四角形 B。

戻り値の型

四角形が衝突する場合は True、そうでない場合は False。
参照