Function
make-image-from-port port &optional x y width height => image
A graphics port
An integer
An integer
An integer
An integer
An image
make-image-from-port function makes animage out of the specified rectangle of the port's contents. The default is the whole port, but a region can be specified using x, y, width, and height. The default value of x and y is 0.