imagick_drawrectangle

(PECL)

imagick_drawrectangle -- Draw rectangle

Beschreibung

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

Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Parameter Liste

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

Rückgabewerte

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.