Briefly explain how a picture can be resized while modifying a graphic in a word document.?

What will be an ideal response?


Answers will vary.One can change the size of the graphics one inserts. The easiest way to do this is to drag the sizing handles. One can also change a graphic's measurements using the Shape Height and Shape Width boxes in the Size group on the Picture Tools or Drawing Tools Format tab.??Pictures and other objects that cause the Picture Tools Format tab to appear when selected have their aspect ratios locked by default.Aspect ratiospecifies an object's height relative to its width. When a graphic is resized, dragging a corner sizing handle or changing one dimension in the Size group on the Picture Tools Format tab changes the other dimension by the same percentage. However, dragging one of the sizing handles in the middle of the graphic's border overrides the locked aspect ratio setting and resizes the object only in the direction you drag. Generally, one does not want to override the aspect ratio setting when resizing photos because the images will be distorted.Please see the section "Inserting and Modifying Graphics" for more information.

Computer Science & Information Technology

You might also like to view...

Select all that apply. Which of the following are mouse event types?

a. MOUSE_CLICKED b. MOUSE_MOVED c. MOUSE_LIFTED d. MOUSE_PRESSED

Computer Science & Information Technology

An index and a table of contents are terms that refer to the same thing

Indicate whether the statement is true or false

Computer Science & Information Technology

Given the following function: int strange(int x, int y){if (x > y)return x + y;elsereturn x - y; }what is the output of the following statement?cout << strange(4, 5) << endl;

A. -1 B. 1 C. 9 D. 20

Computer Science & Information Technology

If the word ____________________ follows the word INT, a column is created for which MySQL will automatically generate a new sequence number each time a new row is added.

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

Computer Science & Information Technology