Multiple Choice
Give a statement that draws a red diagonal from the upper-left corner of the picture box to the lower-right corner.
A) gr.DrawLine(Color.Red, 0, 0, picOutput.Width, picOutput.Height)
B) gr.DrawLine(Pens.Red, 0, 0, picOutput.Height, picOutput.Width)
C) gr.DrawLine(Pens.Red, 0, 0, picOutput.Width, picOutput.Height)
D) gr.DrawLine(Pens.Red, picOutput.Width, 0, 0, picOutput.Height)
Correct Answer:

Verified
Correct Answer:
Verified
Q75: When the SizeMode property of a picture
Q76: When working with the MenuStrip control, the
Q77: Which of the following expressions refers to
Q78: The statements gr.DrawLine(Pens.Red, 0, 0, 30, 40)
Q79: The following statement can be used to
Q81: A form contains a button called btnDisplay,
Q82: After a ToolTip control has been placed
Q83: What is the effect of the statement
Q84: A list that has dropped down disappears
Q85: Which of the following steps turns off