You are here: Start » AVL.NET » Invoke.AccessCharacterSample

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
inSampleAvl.CharacterSampleThe character sample from which data will be accessed.
outCharacterstringCharacter textual representation.
outCharacterRegionAvl.RegionCharacter graphical representation.

See also