PHP Velho Oeste 2024

SWFShape::drawLine

(PHP 5 < 5.3.0, PECL ming SVN)

SWFShape::drawLineDraws a line (relative)

Descrição

SWFShape::drawLine ( float $dx , float $dy ) : void
Aviso

Esta função é EXPERIMENTAL. O comportamento, seu nome e documentação podem mudar sem aviso em futuras versões do PHP. Utilize por sua própria conta e risco.

swfshape::drawline() draws a line (using the current line style set by swfshape::setline()) from the current pen position to displacement (dx,dy).

Valor Retornado

Não há valor retornado.

Veja Também

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top