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ů
image
An image resource, returned by one of the image creation functions, such as imagecreatetruecolor().
cx
x-coordinate of the center
cy
y-coordinate of the center
width
The ellipse width
height
The ellipse height
color
The color of the ellipse. A color identifier created with imagecolorallocate()
PÅ™Ãklady
PÅ™edcházejÃcà | Domů | Dalšà |
imagedestroy | Nahoru< |