NextPrevUpTopContentsIndex

make-resource-image-set

Function
Summary

Constructs an image set object identifying a bitmap resource in a DLL.

Package

capi

Signature

make-resource-image-set &key image-count width height
library id => image-set

Arguments

image-count

An integer.

width

An integer.

height

An integer.

library

A string.

id

A string or an integer.

Values

image-set

An image-set object.

Description

The make-resource-image-set function is only available in LispWorks for Windows. It constructs an image set object that identifies an image stored as a bitmap resource in a DLL.

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 the image.

library should be a string specifying the name of the DLL.

id should be either an integer which is the resource identifier of the bitmap, or a string naming the bitmap resource.

See also

image-set
make-icon-resource-image-set
make-general-image-set


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex