Creates an image set by scaling the images of another image set on Microsoft Windows.
capi
make-scaled-image-set &key image-count width height base-image-set => image-set
image-count⇩ |
An integer. |
width⇩ |
An integer. |
height⇩ |
An integer. |
base-image-set⇩ |
An image-set object. |
image-set⇩ |
An image-set object. |
The function make-scaled-image-set
constructs an image set that provides scaled images based on an existing image set object base-image-set.
width and height are the dimensions of a single sub-image within the main image. That is, the sub-images in base-image-set are scaled to this size to produce the sub-images of image-set.
image-count specifies the number of sub-images in the image. It is unspecified what happens if image-count is different from the image count in base-image-set.
make-scaled-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