You are here

public function PositionedRectangle::getPoints in Image Effects 8.2

Same name and namespace in other branches
  1. 8.3 src/Component/PositionedRectangle.php \Drupal\image_effects\Component\PositionedRectangle::getPoints()
  2. 8 src/Component/PositionedRectangle.php \Drupal\image_effects\Component\PositionedRectangle::getPoints()

Gets all the points defined for the rectangle.

Return value

array An array of points, keyed by id.

File

src/Component/PositionedRectangle.php, line 243

Class

PositionedRectangle
Rectangle algebra class.

Namespace

Drupal\image_effects\Component

Code

public function getPoints() {
  return $this->points;
}