| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
ps_begin_pattern
Popis
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.
Seznam parametrů
psdocResource identifier of the postscript file as returned by ps_new().
widthThe width of the pattern in pixel.
heightThe height of the pattern in pixel.
x-stepThe distance in pixel of placements of the pattern in horizontal direction.
y-stepThe distance in pixel of placements of the pattern in vertical direction.
painttypeMust be 1 or 2.
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| ps_begin_page | Nahoru |