'宣言 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 )