You are here

protected property PositionedRectangle::$angle in Image Effects 8.2

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

The angle at which the rectangle has been rotated.

Type: float

File

src/Component/PositionedRectangle.php, line 53

Class

PositionedRectangle
Rectangle algebra class.

Namespace

Drupal\image_effects\Component

Code

protected $angle = 0;