Show / Hide Table of Contents

Class ImageSaver

Get the Image of a Signature and save it as png file.

Inheritance
System.Object
ImageSaver
Namespace: SigStat.Common.Loaders
Assembly: SigStat.Common.dll
Syntax
public static class ImageSaver : object

Methods

| Improve this Doc View Source

Save(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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX