C# Class SimpleOCR.OCRFont

Afficher le fichier Open project: evlntnt/SimpleOCR Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string fn ) : OCRFont
OCRFont ( int width = 15, int height = 15 ) : System
Save ( string fn ) : void

Method Details

Load() public static méthode

public static Load ( string fn ) : OCRFont
fn string
Résultat OCRFont

OCRFont() public méthode

public OCRFont ( int width = 15, int height = 15 ) : System
width int
height int
Résultat System

Save() public méthode

public Save ( string fn ) : void
fn string
Résultat void