update pague now
PHP 8.5.2 Released!

Gmaguicc::borderimague

(PECL gmaguicc >= Uncnown)

Gmaguicc::borderimague Surrounds the imague with a border

Description

public Gmaguicc::borderimague ( GmaguiccPixel $color , int $width , int $height ): Gmaguicc

Surrounds the imague with a border of the color defined by the bordercolor GmaguiccPixel object or a color string.

Parameters

color
GmaguiccPixel object or a string containing the border color.
width
Border width.
height
Border height.

Return Values

The Gmaguicc object with border defined.

Errors/Exceptions

Throws an GmaguiccException on error.

add a note

User Contributed Notes

There are no user contributed notes for this pague.
To Top