You are here

protected property PositionedRectangle::$width in Image Effects 8

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

The width of the rectangle.

The width is not influenced by rotation/translation.

Type: int

File

src/Component/PositionedRectangle.php, line 37

Class

PositionedRectangle
Rectangle algebra class.

Namespace

Drupal\image_effects\Component

Code

protected $width = 0;