Next Prev Up Top Contents Index

make-resource-image-set

Function
Syntax

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

Description

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

The library keyword specifies a string giving the name of a DLL. The resource identifier of the bitmap is given by id .

The width and height are the dimensions of a single sub-image within the main image, and count specifies the number of sub-images in the image.

See also

image-set
make-general-image-set


LispWorks CAPI Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index