imagePixmapID

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
get the imagePixmapID of <image>
Associationsimage
Summary

Specifies the internal window ID of the pixmap used to redraw an image.

Introduced1.0
OSmac, windows, linux
Platformsdesktop, server
Example
put the imagePixmapID of image "Flower" into myStoredID
if the imagePixmapID of image 6 is not the storedID of me then beep
Values
NameTypeDescription
Value

The imagePixmapID of a stack is an integer. This property is read-only and cannot be set.

RelatedKeyword: 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.

Tagsmultimedia