PHP 클래스 Horde_Image_Effect_Border, horde

저자: Chuck Hagenbuch ([email protected])
상속: extends Horde_Image_Effect
파일 보기 프로젝트 열기: horde/horde

보호된 프로퍼티들

프로퍼티 타입 설명
$_params array - borderwidth: Border thickness, defaults to 1 pixel. - preserve: Preserves the alpha transparency layer (if present)

공개 메소드들

메소드 설명
apply ( ) Draws the border.

메소드 상세

apply() 공개 메소드

This draws the configured border to the provided image. Beware, that every pixel inside the border clipping will be overwritten with the background color.
public apply ( )

프로퍼티 상세

$_params 보호되어 있는 프로퍼티

- borderwidth: Border thickness, defaults to 1 pixel. - preserve: Preserves the alpha transparency layer (if present)
protected array $_params
리턴 array