Class ImageSaver
Inheritance
System.Object
ImageSaver
Namespace: SigStat.Common.Loaders
Assembly: SigStat.Common.dll
Syntax
public static class ImageSaver : object
Methods
| Improve this Doc View SourceSave(Signature, String)
Saves a png image file to the specified path
.
Declaration
public static void Save(Signature signature, string path)
Parameters
Type | Name | Description |
---|---|---|
Signature | signature | Input signature containing Image. |
System.String | path | Output file path of the png image. |