# Metadata
Platforms: desktop, server, mobile OS: mac, windows, linux, ios, android Introduced: 2.0 Security:
# Syntax
the selectedImage
# Examples
the selectedImage
put the short name of the selectedImage into field "Current Image"
# Description
Use the selectedImage function to find out which image the user is painting in.
You use the Pointer tool to select entire objects (including images), but you use the Select tool (which is one of the paint tools) to select a rectangular portion of the picture that's contained in an image. The selectedImage function reports on the Select tool's selection, not the Pointer tool.
To find out which objects are selected with the Pointer tool, use the selectedObject function instead.
# Tags
# See