| MatSaveImage Method (String, Int32) | 
        
         
            Saves an image to a specified file.
            
 
    Namespace: 
   OpenCvSharp
    Assembly:
   OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
 Syntax
Syntaxpublic bool SaveImage(
	string fileName,
	int[] prms = null
)
Public Function SaveImage ( 
	fileName As String,
	Optional prms As Integer() = Nothing
) As Boolean
public:
bool SaveImage(
	String^ fileName, 
	array<int>^ prms = nullptr
)
member SaveImage : 
        fileName : string * 
        ?prms : int[] 
(* Defaults:
        let _prms = defaultArg prms null
*)
-> bool 
function SaveImage(fileName, prms);
Parameters
- fileName
- Type: SystemString
 
- prms (Optional)
- Type: SystemInt32
 
Return Value
Type: 
Boolean See Also
See Also