C# 클래스 SimpleOCR.OCRFont

파일 보기 프로젝트 열기: evlntnt/SimpleOCR 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string fn ) : OCRFont
OCRFont ( int width = 15, int height = 15 ) : System
Save ( string fn ) : void

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string fn ) : OCRFont
fn string
리턴 OCRFont

OCRFont() 공개 메소드

public OCRFont ( int width = 15, int height = 15 ) : System
width int
height int
리턴 System

Save() 공개 메소드

public Save ( string fn ) : void
fn string
리턴 void