InterviewSolution
Saved Bookmarks
| 1. |
Table entries for bundled area-fill attributes are set using the function(a) setInteriorRepresentation (ws, fi, fs, pi, fc)(b) SetInteriorRepresentation ()(c) Only b(d) Both a and bThis question was posed to me in examination.Origin of the question is Bundled Attributes topic in chapter Graphics Primitives of Computer Graphics |
|
Answer» RIGHT answer is (a) setInteriorRepresentation (WS, fi, fs, PI, fc) The EXPLANATION: The function setInteriorRepresentation (ws, fi, fs, pi, fc) can be used to SET the bundled area-fill attributes. |
|