PHP | GmagickDraw line() Function
The GmagickDraw::line() function is an inbuilt function in PHP which is used to draw a line. This function draw the line using the current stroke color, stroke opacity, and stroke width. Syntax: public GmagickDraw::line( $sx, $sy, $ex, $ey ) Â Parameters:This function accepts four parameters as ment