You are here

protected property Rectangle::$boundingWidth in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Component/Utility/Rectangle.php \Drupal\Component\Utility\Rectangle::boundingWidth

The width of the rotated rectangle.

Type: int

File

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

Class

Rectangle
Rectangle rotation algebra class.

Namespace

Drupal\Component\Utility

Code

protected $boundingWidth;