You are here: Start » AVL.NET » Invoke.AccessCharacterSample
Provides access to internal data of the CharacterSample structure.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void AccessCharacterSample ( Avl.CharacterSample inSample, out string outCharacter, Avl.Region outCharacterRegion )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inSample | Avl.CharacterSample | The character sample from which data will be accessed. | ||
![]()  | outCharacter | string | Character textual representation. | ||
![]()  | outCharacterRegion | Avl.Region | Character graphical representation. | 


