function Rectangle::getBoundingHeight
Same name in other branches
- 8.9.x core/lib/Drupal/Component/Utility/Rectangle.php \Drupal\Component\Utility\Rectangle::getBoundingHeight()
- 10 core/lib/Drupal/Component/Utility/Rectangle.php \Drupal\Component\Utility\Rectangle::getBoundingHeight()
- 11.x core/lib/Drupal/Component/Utility/Rectangle.php \Drupal\Component\Utility\Rectangle::getBoundingHeight()
Gets the bounding height of the rectangle.
Return value
int The bounding height of the rotated rectangle.
File
-
core/
lib/ Drupal/ Component/ Utility/ Rectangle.php, line 191
Class
- Rectangle
- Rectangle rotation algebra class.
Namespace
Drupal\Component\UtilityCode
public function getBoundingHeight() {
return $this->boundingHeight;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.