Graphics method __________draws a filled version of a GraphicsPath.

a) FillShape
b) FillGraphic
c) Fill
d) FillPath

d) FillPath

Computer Science & Information Technology

You might also like to view...

Trojans can perform which of the following actions?

a. Delete files on the computer. b. Launch a DoS attach. c. Open a backdoor. d. All the above.

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. C++ does not perform array bounds checking. 2. A pointer can be passed as an argument to a function. 3. Any arithmetic operation may be performed on pointers. 4. The ampersand (&) is used to dereference a pointer variable in C++. 5. The expression *s->p; is only meaningful if s is a pointer to a structure and p is a pointer that is a member of that structure.

Computer Science & Information Technology