make-scaled-sub-image port image to-width to-height &key from-x from-y from-width from-height => sub-image
A graphics port.
An image.
An integer.
An integer.
An integer.
An integer.
An integer.
An integer.
The function make-scaled-sub-image
makes a new image from the scaled rectangular region of
image
specified by
from-x
,
from-y
,
from-width
and
from-height
. The returned
sub-image
is associated with
port
and has size specified by
to-width
and
to-height
.
The default values of from-x and from-y are 0.
The default value of from-width is the width of image .
The default value of from-height is the height of image .
When from-width equals to-width and from-height equals to-height , then this function is equivalent to make-sub-image.
CAPI User Guide and Reference Manual (Macintosh version) - 3 Aug 2017