Constructs an image set object which scales images in another image set on Microsoft Windows.
capi
make-scaled-general-image-set &key width height id image-count => image-set
width⇩ |
An integer. |
height⇩ |
An integer. |
id⇩ |
A pathname, string or symbol. |
image-count⇩ |
An integer. |
image-set |
An image-set object. |
The function make-scaled-general-image-set
constructs an image set that provides scaled images based on an image-set object constructed from id as if by make-general-image-set.
width and height are the dimensions of a single sub-image within the main image, and image-count specifies the number of sub-images in both images. That is, the sub-images are scaled to this size.
The default value of image-count is 1.
make-scaled-general-image-set
is only available in LispWorks for Windows.
image-set
make-general-image-set
5.10.4 image-list, image-set and image-locator
CAPI User Guide and Reference Manual (Unix version) - 01 Dec 2021 19:32:42