Namespace: Rx.Net.Codec – Class: ImageFile – Assembly: Rx.Net.Mixed

ImageFile.Load Static Method

C#
public static Rx.Net.Image Load(string sFilename)

Loads the image described by the given file name.

Parameters

[string] sFilename

[in] The filename to load.

Returns

Rx.Net.Image

Null if it fails, else the loaded image.