GmagickDraw::line
Draws a line
Description
public GmagickDraw GmagickDraw::line(
float $sx
,
float $sy
,
float $ex
,
float $ey
)
Parameters
-
sx
-
starting x ordinate
-
sy
-
starting y ordinate
-
ex
-
ending x ordinate
-
ey
-
ending y ordinate
Return Values
The GmagickDraw object.