Computer Science, asked by mannrandhawa062, 1 year ago

What is a difference between window and view port in computer graphics

Answers

Answered by manikmonga2
0
window defines a rectangular area in world coordinates. You define a window with a GWINDOW statement. You can define the window to be larger than, the same size as, or smaller than the actual range of data values, depending on whether you want to show all of the data or only part of the data.

A viewport defines in normalized coordinates a rectangular area on the display device where the image of the data appears. You define a viewport with the GPORT command

Similar questions