Q. If the x coordinate boundaries of the clipping rectangle are Xmin and Xmax, and the y coordinate boundaries are Ymin and Ymax, then ___________ must be satisfied for a point at (X,Y) to be inside the clipping rectangle (Solved)
1. xmin > x < xmax and ymin > y < ymax
2. xmin > x > xmax and ymin > y > ymax
3. xmin < x < xmax and ymin < y < ymax
4. xmin < x > xmax and ymin < y > ymax
- c. xmin < x < xmax and ymin < y < ymax