Multiple Choice
Give a statement that draws a blue line from the upper-left corner of the picture box to the center of the picture box.
A) gr.DrawLine(Pens.Blue, 0, 0, picOutput.Width/2, picOutput.Height/2)
B) gr.DrawLine(Pens.Blue, picOutput.Height, picOutput.Width, 0, 0)
C) gr.DrawLine(Pens.Blue, 0, 0, picOutput.Height/2, picOutput.Width/2)
D) gr.DrawLine(Pens.Blue, picOutput.Width/2, 0, 0, picOutput.Height/2)
Correct Answer:

Verified
Correct Answer:
Verified
Q27: Give a statement that displays the value
Q28: For a list box named lstBox, the
Q29: With a scroll bar control, the default
Q30: The size of a picture assigned to
Q31: The sector of a circle with sweep
Q33: A random number generator object can be
Q34: The statement gr.FillRectangle(Brushes.Red, 0, 0, picOutput.Width/2, picOuput.Height/2)
Q35: The Clipboard object is used to move
Q36: Code in one form can refer to
Q37: The statement lstBox.Items.RemoveAt(lstBox.SelectedIndex) deletes the item currently