You are here

protected property Rectangle::$boundingHeight in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Component/Utility/Rectangle.php \Drupal\Component\Utility\Rectangle::boundingHeight
  2. 10 core/lib/Drupal/Component/Utility/Rectangle.php \Drupal\Component\Utility\Rectangle::boundingHeight

The height of the rotated rectangle.

Type: int

File

core/lib/Drupal/Component/Utility/Rectangle.php, line 53

Class

Rectangle
Rectangle rotation algebra class.

Namespace

Drupal\Component\Utility

Code

protected $boundingHeight;