All Manuals > CAPI User Guide and Reference Manual > 21 CAPI Reference Entries

make-scaled-general-image-set Function

Summary

Constructs an image set object which scales images in another image set on Microsoft Windows.

Package

capi

Signature

make-scaled-general-image-set &key width height id image-count => image-set

Arguments
width
An integer.
height
An integer.
id
A pathname, string or symbol.
image-count
An integer.
Values
image-set
An image-set object.
Description

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.

Notes

make-scaled-general-image-set is only available in LispWorks for Windows.

See also

image-set
make-general-image-set
5.10.4 image-list, image-set and image-locator


CAPI User Guide and Reference Manual (Windows version) - 01 Dec 2021 19:33:57