Neos\Media\Imagine\Box::increase PHP Method

increase() public method

public increase ( $size )
    public function increase($size)
    {
        return new static((int) $size + $this->width, (int) $size + $this->height);
    }