imagePixmapID | |||||||
Type | property | ||||||
Dictionary | LCS | ||||||
Library | LiveCode Script | ||||||
Syntax |
| ||||||
Associations | image | ||||||
Summary | Specifies the internal window ID of the pixmap used to redraw an image. | ||||||
Introduced | 1.0 | ||||||
OS | mac, windows, linux | ||||||
Platforms | desktop, server | ||||||
Example |
| ||||||
Values |
| ||||||
Related | Keyword: image, integer Glossary: property, pixmap, redraw, external Property: maskPixmapID, pixmapID, windowID, externals, constantMask | ||||||
Description | Use the imagePixmapID property to pass the window ID 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 |