How can you paint a straight line easily in Photoshop?

What will be an ideal response?


Using the Brush tool, click one end of the edge, then Shift-click the other
end.

Computer Science & Information Technology

You might also like to view...

[C++11]: Which of the statements a), b) and c) is false?

a. C++11’s header now contains functions for converting from numeric values to string objects and from string objects to numeric values. b. The to_string function returns the string representation of its numeric argument and is overloaded for types int, unsigned int, long, unsigned long, long long, unsigned long long, float, double and long double. c. Each C++11 function that converts a string to an integral type receives two parameters—a string containing the characters to convert and a pointer to a size_t variable where the function stores the index of the first character that was not converted (a null pointer, by default). d. All of the above statements are true.

Computer Science & Information Technology

A label control is used to display text that the user is not allowed to edit while the application is running.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1) Metacharacter ? matches exactly one occurrence of the expression it follows. 2) Method group returns an SRE_Match object. 3) Method re.match does not search through a string, but returns a match object only if the string matches the specified regular expression starting from the beginning. 4) The class [^0–9] matches any digit but 0. 5) Preceding a string with the character r creates a raw string.

Computer Science & Information Technology

In the Data Validation dialog box, you can create a ________ that will display when the cell is selected and that provides instructions to the person entering data

A) defined name B) table array C) ScreenTip D) cell reference

Computer Science & Information Technology