ImageReference
Defines a reference to a searchable image or image folder. Generally an ImageReference is created automatically by the Visual Designer for every image and folder within the projects Images folder. The ImageReference for image "MyImage" in "Images/MyFolder" is referenced by
Images.MyFolder.MyImage
The engine will use the ImageReference to search for the image or all images in the given folder respectively.
Name | Description |
New | Used to create a new ImageReference from a string representation or a combination of an existing ImageReference and an the image name of a file in this folder. |
Name | Description |
CanonicalName | Type: string The string representation of the ImageReference. Generally the relative path within the images folder, with the directory separator character replaced by a dot. e.g "MyFolder.MyImage" |
Last modified 2yr ago