Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. Rectangle.php

function 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\Utility

Code

public function getBoundingHeight() {
    return $this->boundingHeight;
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal