update : 2015.11.03
php.shukuma.com검색:
|
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 설명
bool ImagickDraw::pushPattern
( string
$pattern_id
, float $x
, float $y
, float $width
, float $height
)Warning
이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다. 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. 인수
반환값
성공 시 예제
Example #1 ImagickDraw::pushPattern()
<?php |