The Lasso tool creates a(n) ____________________ selection.

Fill in the blank(s) with the appropriate word(s).

freehand

Computer Science & Information Technology

You might also like to view...

The element(s) of a screen design include:

a. Background. b. Navigational tools. c. Sound d. Video. e. All of the above.

Computer Science & Information Technology

If a derived class (Class2) has redefined a function from the base class (Class 1), how can that derived function call the base class function if the function declaration is as follows?

void print( ); a. :public Class1::print( ); b. Class1 :: print( ); c. print( ); d. all of the above.

Computer Science & Information Technology