Engine.AddImage
- Mise à jour2025-07-21
- Temps de lecture : 1 minute(s)
Engine.AddImage
Syntax
Engine.AddImage( image, imageName)
Return Value
The index of the added image.
Purpose
Adds an image to the list of images the engine maintains.
Remarks
The engine maintains lists of images for all the icons from the <TestStand> \Components\Icons and <TestStand Public>\Components\Icons directories and images you add using this method. This method adds an image to the engine image lists and the Images collection.
Parameters
image As Picture
[In] Must specify an icon image.
imageName As String
[In] Specifies the name to associate with the image. The name must be unique among all images.