Метод | Описание | |
---|---|---|
__construct ( integer $width, integer $height ) | Constructs the Size with given width and height | |
__toString ( ) | ||
contains ( Imagine\Image\BoxInterface $box, Imagine\Image\PointInterface $start = null ) | ||
getHeight ( ) | ||
getWidth ( ) | ||
heighten ( $height ) | ||
increase ( $size ) | ||
scale ( $ratio ) | ||
square ( ) | ||
widen ( $width ) |
public __construct ( integer $width, integer $height ) | ||
$width | integer | |
$height | integer |
public contains ( Imagine\Image\BoxInterface $box, Imagine\Image\PointInterface $start = null ) | ||
$box | Imagine\Image\BoxInterface | |
$start | Imagine\Image\PointInterface |