LispWorks CAPI Reference Manual > 2 GP Reference Entries

NextPrevUpTopContentsIndex

image-translation

Function
Summary

Returns the translation for an image registered in its image translation table.

Package

graphics-ports

Signature

image-translation image-id &key image-translation-table =>
translation

Arguments

image-id

An image identifier.

image-translation-table

An image translation table.

Values

translation

A translation.

Description

The image-translation function returns the translation for image-id registered in image-translation-table . The default value of image-translation-table is *default-image-translation-table* .

See also

register-image-load-function
register-image-translation


LispWorks CAPI Reference Manual - 21 Dec 2009

NextPrevUpTopContentsIndex