Skip to main content
Version: 1.0.0-preview.42

Velaptor.Graphics.IImageLoader

Velaptor​

Velaptor.Graphics​

IImageLoader Interface​

Loads images from disk.

public interface IImageLoader

Derived
↳ ImageLoader

Methods​

LoadImage(string)​

Loads an image from the specified file path.

Velaptor.Graphics.ImageData LoadImage(string filePath);

Parameters​

filePath System.String

The path to the image file.

Returns​

ImageData
The image data.