Show / Hide Table of Contents

Class SignatureHelper

Helper functions for the management of signatures

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

Methods

| Improve this Doc View Source

GetSignatureLength(Signature)

Return the signature length using Eculidan distance

Declaration
public static double GetSignatureLength(Signature signature)
Parameters
Type Name Description
Signature signature
Returns
Type Description
System.Double
| Improve this Doc View Source

SaveImage(Signature, String)

Save online signature as file

Declaration
public static void SaveImage(Signature sig, string fileName)
Parameters
Type Name Description
Signature sig
System.String fileName
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX