To load an image that is on disk, use
a) instance method FromImage of class Image
b) instance method GetImage of class Image
c) static method Image.FromImage
d) static method Image.GetImage
c) static method Image.FromImage
You might also like to view...
When a program has an array out of bounds error, (i.e., the program accesses an illegal array value) how might the program behave when it executes?
A. The program will not compile, as C++ checks for this situation. B. The program might run normally without error. C. The program might crash or hang up the computer. D. B and C are correct.
Which of the following is true about a dual-homed host?
A. serves as a single point of entry to the network B. its main objective is to stop worms and viruses C. uses a single NIC to manage two network connections D. it is used as a remote access server in some configurations
A shorthand notation for decrementing a variable is ____.
A. variable++ B. variable=+ C. variable-- D. variable+-
In a pixel grid, the position (width-1, height-1) is in the ____ corner of the grid.
A. upper-right B. upper-left C. lower-right D. center