write the syntax of the command used to draw line on the screen.
Answers
Answered by
129
- x1,y1 and x2,y2 specify the end points of a line. Resolution mode is determined by the SCREEN statement. attribute specifies color or intensity of the displayed pixel (see the COLOR and PALETTE statements). B (box) draws a box with the points (x1,y1) and (x2,y2) at opposite corners
Answered by
2
Explanation:
x1,y1 and x2,y2 specify the end points of a line. Resolution mode is determined by the SCREEN statement. attribute specifies color or intensity of the displayed pixel (see the COLOR and PALETTE statements). B (box) draws a box with the points (x1,y1) and (x2,y2) at opposite corners.
Similar questions