downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

ImagickDraw::rectangle> <ImagickDraw::pushDefs
[edit] Last updated: Fri, 24 Feb 2012

view this page in

ImagickDraw::pushPattern

(PECL imagick 2.0.0)

ImagickDraw::pushPatternIndicates that subsequent commands up to a ImagickDraw::opPattern() command comprise the definition of a named pattern

Descrição

bool ImagickDraw::pushPattern ( string $pattern_id , float $x , float $y , float $width , float $height )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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.

Parâmetros

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

Valor Retornado

Retorna TRUE em caso de sucesso ou FALSE em falhas.



add a note add a note User Contributed Notes ImagickDraw::pushPattern
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites