|
ps_begin_pattern(PECL ps >= 1.2.0) ps_begin_pattern — Start a new pattern Описание
int ps_begin_pattern
( resource $psdoc
, float $width
, float $height
, float $xstep
, float $ystep
, int $painttype
)
Starts a new pattern. A pattern is like a page containing e.g. a drawing which can be used for filling areas. It is used like a color by calling ps_setcolor() and setting the color space to pattern. Список параметров
Возвращаемые значенияThe identifier of the pattern или FALSE в случае возникновения ошибки. Примеры
Пример #1 Creating and using a pattern
<?php Смотрите также
|
|