|
ps_begin_patternStart a new pattern Beschreibung
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. Parameter-Liste
Rückgabewerte
The identifier of the pattern Im Fehlerfall wird Beispiele
Beispiel #1 Creating and using a pattern
<?phpSiehe auch
|