Contents:
Check if rectangle_1 is completely inside rectangle_2.
Tests whether all four corners of rectangle_1 lie within rectangle_2.
rectangle_1 (Rectangle) – The inner rectangle to test.
rectangle_2 (Rectangle) – The outer rectangle to test against.
True if rectangle_1 is fully contained in rectangle_2.
bool