Overload | Description |
---|---|
FromFileEmbedded(String) | Creates an image from the file with the given full file path. The file content is read asynchronously and embedded into the created image, so it does not depend on the file. |
FromFileEmbedded(NFile) | Creates an image from the given file. The file content is read asynchronously and embedded into the created image, so it does not depend on the file. |