0 like 0 dislike
146 views
in General Science by (1.0m points)
Describe the LINE statement with Example?

1 Answer

0 like 0 dislike
by (1.0m points)
To draw lines and boxes on the screen.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 PALLETE statements).B (box) draws a box with the points (x1,y1) and (x2,y2) at opposite corners.BF (filled box) draws a box (as ,B) and fills in the interior with points.LINE supports the additional argument style. style is a 16-bit integer mask used when putting down pixels on the screen. This is called line-styling.Each time LINE stores a point on the screen, it uses the current circulating bit in style. If that bit is 0, no store will be done. If the bit is a 1, then a normal store is done. After each point, the next bit position in style is selected.Since a 0 bit in style does not clear out the old contents, you may wish to draw a background line before a styled line, in order to force a known background.style is used for normal lines and boxes, but is illegal for filled boxes.

If the BF parameter is used with the style parameter, a "Syntax" error will occur.When out-of-range values are given in the LINE statement, the coordinates that are out of range are not visible on the screen. This is called line-clipping.In the syntax shown here, the coordinate form STEP (x offset, y offset) is not shown. However, this form can be used wherever a coordinate is used.In a LINE statement, if the relative form is used on the second coordinate, it is relative to the first coordinate.After a LINE statement, the last referenced point is x2, y2.The simplest form of LINE is the following: LINE -(xz,yz)This draws a line from the last point referenced to the point (x2,y2) in the foreground color. Examples:

LINE (0,100)-(639,100)

Draws a horizontal line which divides the screen in half from top to bottom in SCREEN 2.

LINE (160,0)-(160,199)

Draws a vertical line which divides the screen in half from left to right in SCREEN 1; makes a one-quarter/three-quarter division in SCREEN 2.

LINE (0,0)-(319,199)

Draws a diagonal line from the top left to lower right corner of the screen in SCREEN 1, and from the upper left corner to the center bottom of the screen in SCREEN 2.

LINE (10,10)-(20,20),2

Draws a line in color 2 if SCREEN 1 is previously specified (see the COLOR statement).

10 CLS 20

 LINE -(RND*319,RND*199),RND*4

30 GOTO 20

Draw lines forever using random attributes.

10 FOR X=0 TO 319

20 LINE (X,0)-(X,199),X AND 1

30 NEXT

Draws an alternating pattern: line on, line off.

10 CLS

20 LINE -(RND*639,RND*199),RND*2,BF

30 GOTO 20

Draws lines all over the screen.

LINE (0,0)-(100,175),,B

Draws a square box in the upper left corner of the screen.

LINE (0,0)-(100,175),,BF

Draws the same box and fills it in.

LINE (0,0)-(100,175),2,BF
by
buy generic cialis cheap
by
generic vs brand name for cialis <a href=" https://tadalafilusi.com/# ">cialis vs.viagra reviews</a>
by
cost of ivermectin cream <a href=" https://stromectolgf.com/# ">ivermectin brand name</a>
by
https://stromectolgf.com/# stromectol ivermectin buy
by
<a href=https://stromectolgf.online/#>ivermectin 3 mg tablet dosage</a> ivermectin pills canada
by
How Estrogen Feeds Cancer <a href=https://buylasixon.com/>lasix not working for edema</a> Uterine sarcoma treatment PDQ health professional version

Related questions

0 like 0 dislike
0 answers 47 views
0 like 0 dislike
1 answer 20 views
0 like 0 dislike
1 answer 29 views
0 like 0 dislike
0 answers 33 views
0 like 0 dislike
1 answer 42 views
0 like 0 dislike
0 answers 40 views
0 like 0 dislike
1 answer 38 views
0 like 0 dislike
1 answer 37 views
0 like 0 dislike
1 answer 34 views
0 like 0 dislike
1 answer 1.1k views
Welcome to Free Homework Help, where you can ask questions and receive answers from other members of the community. Anybody can ask a question. Anybody can answer. The best answers are voted up and rise to the top. Join them; it only takes a minute: School, College, University, Academy Free Homework Help

19.4k questions

18.3k answers

8.7k comments

3.3k users

Free Hit Counters
...