| Manuál PHP | ||
|---|---|---|
| PÅ™edcházejÃcà | Dalšà | |
imageellipse
Popis
bool imageellipse ( resource image, int cx, int cy, int width, int height, int color )Draws an ellipse centered at the specified coordinates.
Seznam parametrů
imageAn image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
cxx-coordinate of the center
cyy-coordinate of the center
widthThe ellipse width
heightThe ellipse height
colorThe color of the ellipse. A color identifier created with imagecolorallocate()
PÅ™Ãklady
| PÅ™edcházejÃcà | Domů | Dalšà |
| imagedestroy | Nahoru< |
