MemoryImage.SaveToFile

MemoryImage.SaveToFile method

Saves the image stored in this MemoryImage to a file.

public void SaveToFile(string filePath)
ParameterTypeDescription
filePathStringA destination file path, with an extension matching FileExtension

See Also