PHP Dokumentation: Function imagickdraw-pushpattern
12. Januar 2010 von werner
ImagickDraw::pushPattern
(PECL imagick 2.0.0)
ImagickDraw::pushPattern — Indicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern
Beschreibung
Diese Funktion ist bis jetztnicht dokumentiert. Es steht nur die Liste der Argumente zurVerfügung.
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.
Parameter-Liste
- 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
Rückgabewerte
Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.