BitmapImage.SaveToFile(String, ImageFileType) Method

Definition

Saves this bitmap to a file

public void SaveToFile (string filename, Iot.Device.Graphics.ImageFileType fileType);
member this.SaveToFile : string * Iot.Device.Graphics.ImageFileType -> unit
Public Sub SaveToFile (filename As String, fileType As ImageFileType)

Parameters

filename
String

The filename to save it to

fileType
ImageFileType

The filetype to use.

Remarks

Generally, the method is not checking that the filename extension matches the file type provided.

Applies to