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

AVS.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,
	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