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

ImageFile.Save Method

C#
public virtual void Save(Rx.Net.Image xImage, string sFilename)

Saves the given image under the given file name. The extension of the file name describes the used codec. Possible extensions are .bmp, .tiff, .jpg, .png.

Parameters

[Rx.Net.Image] xImage

[in] The image to save.

[string] sFilename

[in] The file name of the saved image.