| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
imagesetpixel
Popis
bool imagesetpixel ( resource image, int x, int y, int color )imagesetpixel() draws a pixel at the specified coordinate.
Seznam parametrů
imageAn image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
xx-coordinate
yy-coordinate
colorA color identifier created with imagecolorallocate()
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| imagesetbrush | Nahoru |