public function PositionedRectangle::getPoints in Image Effects 8.3
Same name and namespace in other branches
- 8 src/Component/PositionedRectangle.php \Drupal\image_effects\Component\PositionedRectangle::getPoints()
- 8.2 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\ComponentCode
public function getPoints() {
return $this->points;
}