pixmapID | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | stack | ||||||
Summary | Specifies the ID of the data structure the operating system uses to hold the screen image of the current card. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: image, integer Glossary: property, current card, external, control structure Property: imagePixmapID | ||||||
Description | Use the pixmapID property to pass to an external that needs to manipulate the window.
The pixmap ID is provided by the operating system. Some externals need to manipulate the contents of the image directly, and do so by referencing the ID. Such externals require you to pass the ID when you use the external. | ||||||
Tags | multimedia |