swf_shapelineto

(PHP 4, PECL)

swf_shapelineto -- Draw a line

Descrição

void swf_shapelineto ( float x, float y )

Draws a line to the x and y coordinates. The current position is then set to that point.

Parâmetros

x

x-coordinate of the target.

y

y-coordinate of the target.

Valores de retornado

Não há valor retornado.