Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
SimpleOCR
OCRFont
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