213k views
2 votes
What function is used to draw a line in the frame?

1 Answer

3 votes

Answer:

DrawLine is simply draws a line connecting the two points that are specified by the coordinate pairs. It should be noted that the drawLine() function is simply an inbuilt function in the GraphicsMagick library that is used to draw the line with specified coordinates.

User Lakerfield
by
4.6k points