ImagickDraw::pushPattern
(No version information available, might be only in CVS)
ImagickDraw::pushPattern — Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern
Descrizione
Questa funzione, al momento non è documentata; è disponibile soltanto la lista degli argomenti.
Questa funzione è SPERIMENTALE. Ovvero, il comportamento di questa funzione, il nome di questa funzione, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questa funzione è a vostro rischio.
Indicates that subsequent commands up to a DrawPopPattern() command comprise the definition of a named pattern. The pattern space is assigned top left corner coordinates, a width and height, and becomes its own drawing space. Anything which can be drawn may be used in a pattern definition. Named patterns may be used as stroke or brush definitions.
Elenco dei parametri
- pattern_id
-
the pattern Id
- x
-
x coordinate of the top-left corner
- y
-
y coordinate of the top-left corner
- width
-
width of the pattern
- height
-
height of the pattern
Valori restituiti
Returns true on success and false on failure.