| Manuál PHP | ||
|---|---|---|
| Předcházející | Další | |
imagefilledellipse
Popis
bool imagefilledellipse ( resource image, int cx, int cy, int width, int height, int color )
Draws an ellipse centered at the specified coordinate on the given
image.
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 arc width
heightThe arc height
colorThe fill color. A color identifier created with imagecolorallocate()
Příklady
Poznámky
Poznámka: Tato funkce vyžaduje GD 2.0.1 nebo novější (doporučena verze 2.0.28 nebo novější).
| Předcházející | Domů | Další |
| imagefilledarc | Nahoru |
