MLImage.Save(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Save the current image to a file.
public void Save (string imagePath);
member this.Save : string -> unit
Public Sub Save (imagePath As String)
Parameters
- imagePath
- String
The path of the file to save the image to.
Remarks
The saved image encoding will be detected from the file extension.