iOSImage

From Xojo Documentation

Class (inherits from Object)

A pre-existing image that was either added to the project or is loaded from another source.

Properties
Handle fa-lock-32.png Scale fa-lock-32.png
Height fa-lock-32.png Width fa-lock-32.png
Methods
ToData WriteToFile
Shared Methods
FromData FromHandle
FromFile SystemImage
Enumerations
SystemImageWeights

Notes

An iOSImage is immutable, which means that it cannot be changed. Because of this it can be cached by iOS for speed. If you need to change an image, you should instead create it as an iOSBitmap.

See Also

iOSBitmap, iOSGraphics, iOSImageView classes