PHP 클래스 Neos\Media\Imagine\Box

상속: implements Imagine\Image\BoxInterface
파일 보기 프로젝트 열기: neos/neos-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
__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 )

메소드 상세

__construct() 공개 메소드

Constructs the Size with given width and height
public __construct ( integer $width, integer $height )
$width integer
$height integer

__toString() 공개 메소드

public __toString ( )

contains() 공개 메소드

public contains ( Imagine\Image\BoxInterface $box, Imagine\Image\PointInterface $start = null )
$box Imagine\Image\BoxInterface
$start Imagine\Image\PointInterface

getHeight() 공개 메소드

public getHeight ( )

getWidth() 공개 메소드

public getWidth ( )

heighten() 공개 메소드

public heighten ( $height )

increase() 공개 메소드

public increase ( $size )

scale() 공개 메소드

public scale ( $ratio )

square() 공개 메소드

public square ( )

widen() 공개 메소드

public widen ( $width )