ImagickDraw
PHP Manual

ImagickDraw::line

(PECL imagick 2.0.0)

ImagickDraw::lineDraws 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.

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.


ImagickDraw
PHP Manual