You are here: Start » AVL.NET » Invoke.MakeCharacterSamples
Creates training font samples from the provided regions.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void MakeCharacterSamples ( List<Avl.Region> inCharacterRegions, string inCharacters, List<Avl.CharacterSample> outCharacterSamples )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inCharacterRegions | System.Collections.Generic.List<Avl.Region> | Array of character regions. | ||
![]()  | inCharacters | string | Character that should be assigned to corresponding regions. | ||
![]()  | outCharacterSamples | System.Collections.Generic.List<Avl.CharacterSample> | Array of CharacterSamples. | 


