Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="GlyphRecognizer"/> class.
 /// </summary>
 ///
 /// <param name="glyphDatabase"><see cref="GlyphRecognizer">Database of glyphs</see> to recognize.</param>
 ///
 public GlyphRecognizer(GlyphDatabase glyphDatabase) : this()
 {
     GlyphDatabase = glyphDatabase;
 }