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

AVL.AccessCharacterSample Method

Provides access to internal data of the CharacterSample structure.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void AccessCharacterSample(
	AvlNet.CharacterSample inSample,
	out string outCharacter,
	out AvlNet.Region outCharacterRegion
)

Parameters

Name Type Range Default Description
inSampleAvlNet.CharacterSampleThe character sample from which data will be accessed.
outCharacterstringCharacter textual representation.
outCharacterRegionAvlNet.RegionCharacter graphical representation.

See also