A Metafile, i.e. a vectorized drawing. You can convert a Pixmap into an Image, and conversely, by modifying the Type property.
hPicture = NEW Picture
hPicture = Picture [ Path AS String ] AS Picture
- Returns a picture stored in the internal picture cache. If the picture is not present in the cache, it is automatically loaded.
hPicture [ Path AS String ] = hPicture
- Sets the picture associated with the specified key in the internal picture cache.
Referenced by: