PHP Class Horde_Image_Effect_Border, horde

Author: Chuck Hagenbuch ([email protected])
Inheritance: extends Horde_Image_Effect
Afficher le fichier Open project: horde/horde

Protected Properties

Свойство Type Description
$_params array - borderwidth: Border thickness, defaults to 1 pixel. - preserve: Preserves the alpha transparency layer (if present)

Méthodes publiques

Méthode Description
apply ( ) Draws the border.

Method Details

apply() public méthode

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 ( )

Property Details

$_params protected_oe property

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