ImagickDraw::bezier
(No version information available, might be only in CVS)
ImagickDraw::bezier — Draws a bezier curve
Descrição
bool ImagickDraw::bezier
( array $coordinates
)
Aviso
Esta função não está documentada; somente a lista de argumentos está disponível.
Draws a bezier curve through a set of points on the image.
Parâmetros
- coordinates
-
Multidimensional array like array( array( 'x' => 1, 'y' => 2 ), array( 'x' => 3, 'y' => 4 ) )
Valor Retornado
Não há valor retornado.
ImagickDraw::bezier
There are no user contributed notes for this page.
