ImagickDraw::line
(No version information available, might be only in CVS)
ImagickDraw::line — Draws a line
Descrição
bool ImagickDraw::line
( float $sx
, float $sy
, float $ex
, float $ey
)
Aviso
Esta função não está documentada, somente a lista de argumentos está disponÃvel.
Aviso
Esta função é EXPERIMENTAL. Isso quer dizer que o comportamento desta função e seu nome, incluindo TUDO o que está documentado aqui pode mudar em futuras versões do PHP, SEM QUALQUER NOTIFICAÇÃO. Esteja avisado, e use esta função por sua própria conta e risco.
Draws a line on the image using the current stroke color, stroke opacity, and stroke width.
Parâmetros
- sx
-
starting x coordinate
- sy
-
starting y coordinate
- ex
-
ending x coordinate
- ey
-
ending y coordinate
Valor Retornado
Não há valor retornado.