63. 1. Checking the pixel, if it is inside the polygon or outside it. 2. After checking, the pixels inside the polygon are highlighted. This method of highlighting is ___. A) Flood Fill algorithm B) Boundary Fill algorithm C) Scan line algorithm D) Fill area algorithm
Option C is correct, Explanation - The pixel, if it is inside the polygon or outside it. After checking, the pixels inside the polygon are highlighted. This method of highlighting is Scan line algorithm .