Forum und email
imagick_drawrectangle

imagick_drawrectangle

(PECL)

imagick_drawrectangle -- Draw rectangle

Opis

bool imagick_drawrectangle ( resource image, float x1, float y1, float x2, float y2 )

Ostrzeżenie

Ta funkcja jest obecnie nieudokumentowana, dostępna jest jedynie lista jej argumentów.

Parametry

image

Image handle

x1

X ordinate of first coordinate

y1

Y ordinate of first coordinate

x2

X ordinate of second coordinate

y2

Y ordinate of second coordinate

Zwracane wartości

Zwraca TRUE w przypadku sukcesu, FALSE w przypadku porażki.