NextPrevUpTopContentsIndex

make-scaled-general-image-set

Function
Summary

Constructs an image set object which scales images in another image set.

Package

capi

Signature

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

Arguments

width

An integer.

height

An integer.

id

A pathname, string or symbol.

Values

image-set

An image-set object.

Description

The make-scaled-general-image-set function is only available on the Windows implementation of LispWorks. It 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. That is, the sub-images are scaled to this size.

See also

image-set
make-general-image-set


LispWorks CAPI Reference Manual - 11 Apr 2005

NextPrevUpTopContentsIndex