When using the DrawImage method of the class Image, the x and y coordinates are the __________ arguments, and represent the _________ corner of the image.
a) first and second, top-right
b) second and third, top-left
c) third and fourth, bottom-right
d) fourth and sixth, bottom-left
b) second and third, top-left
Computer Science & Information Technology
You might also like to view...
Which of the following is not true about tables in a database?
A) They do not actually hold the data; forms hold the data, tables point to the data in the form. B) They hold the data in an organized grid of columns and rows. C) Databases can contain one or more tables. D) Tables contain one or more fields with various data types.
Computer Science & Information Technology
Consider the array:
s[0] = 7 s[1] = 0 s[2] = -12 s[3] = 9 s[4] = 10 s[5] = 3 s[6] = 6 The value of s[s[6] - s[5]] is: a. 0. b. 3. c. 9. d. 0.
Computer Science & Information Technology