imagick_drawellipse
(PECL)
imagick_drawellipse -- Draw ellipse
Descrição
bool
imagick_drawellipse ( resource image, float x, float y, float radius_x, float radius_y, float start_rot, float end_rot )
Atenção |
Esta função
não está documentada, somente a lista de argumentos está
disponível. |
Parâmetros
image
Image handle
x
Origin x ordinate
y
Origin y ordinate
radius_x
Radius in x
radius_y
Radius in y
start_rot
Starting rotation in degrees
end_rot
Ending rotation in degrees
Valores de retornado
Retorna TRUE em caso de sucesso ou FALSE em falhas.