Struct Image
Defined in File slint_image.h
Struct Documentation
-
struct Image
An image type that can be displayed by the Image element.
Public Functions
-
inline Image()
-
inline std::optional<slint::SharedString> path() const
Returns the path of the image on disk, if it was constructed via Image::load_from_path().
Public Static Functions
Load an image from an image file.
-
inline Image()