C# 클래스 SPH.Signature

파일 보기 프로젝트 열기: CORE-POS/IS4C

공개 메소드들

메소드 설명
BuildImage ( string path ) : string
SigFull ( ) : bool
Signature ( int l ) : System
WriteBlock ( int num, byte data ) : bool

비공개 메소드들

메소드 설명
DrawSignatureImage ( List Points, string path ) : string

메소드 상세

BuildImage() 공개 메소드

public BuildImage ( string path ) : string
path string
리턴 string

SigFull() 공개 메소드

public SigFull ( ) : bool
리턴 bool

Signature() 공개 메소드

public Signature ( int l ) : System
l int
리턴 System

WriteBlock() 공개 메소드

public WriteBlock ( int num, byte data ) : bool
num int
data byte
리턴 bool