The document contains 10 programs for computer graphics operations including drawing graphics objects, 2D bars, pattern fills, pie charts, boundary fills, flood fills, translation, scaling, rotation, and window to viewport transformation. For each program, the code is provided to implement the specified graphics operation through functions like line(), circle(), rectangle(), bar(), pieslice(), bfill(), etc.
Related topics: