You should always drag a ________ sizing handle to resize a picture proportionally

A) left
B) right
C) corner
D) top or bottom


C

Computer Science & Information Technology

You might also like to view...

Why are boolean variables useful for if statements and loops?

What will be an ideal response?

Computer Science & Information Technology

Find the error(s) in the following code. The event handler should have an agent object appear and say, “Hello, my name is Merlin.” This should happen when the user clicks the Call Button.

 private void btnCall_Click( object sender, System.EventArgs e )
 {
 AgentObjects.IAgentCtlCharacter objMSpeaker;

 objMainAgent.Characters.Load( "Merlin", "Merlin.acs" );

 objMSpeaker = objMainAgent.Characters[ "Merlin.acs" ];

 objMSpeaker.Show( 0 );

 objMSpeaker.Play( "Hello, my name is Merlin", "" );

 } // end method btnCall_Click

Computer Science & Information Technology

You can use the corners or middle areas of a chart border to resize a chart

Indicate whether the statement is true or false.

Computer Science & Information Technology

The process of moving a slide object to a new location using the mouse pointer is called _____.

A. drop and drag B. drag and drop C. drag and drip D. drip and drop

Computer Science & Information Technology