DON'T    GET    DISCOURAGED!!!    YOU'RE    ALMOST    HALFWAY    THERE!!!


OBJECTIVE

This lesson focuses on graphics methods. Graphics methods are similar to the graphics controls discussed previously; however, they are often considered easier to use.

GRAPHICS METHODS

1.  The last graphics method that was ued in a certain program was:
    
    PSet (100,20) RGB (255,255,255)
  
    If the next statement executed in this program isx:
  
    PSet Step (-5,10) RGB (255,255,255)

    At what coordinate will the point be drawn?

2.  (BUG BUSTER)  What is wrong with the following code?

    Line (100,20) -Step(300,400, RGB(0,255,0,F

3.  The Point Method is used for:

    (a) Drawing a point
    (b) There is no such thing as the point method in VB
    (c) Finding the color of a pixel

4.  If you set the AutoRedraw property to True, then.....

TEST YOUR PROGRESS

ANSWER KEY:

BACK TO HOMEPAGE

VB ONLINE: