You are here: Start » AVL.NET » AVL.SplitRegionIntoMultipleCharacters(AvlNet.Region, float, int, AvlNet.Region[])

AVL.SplitRegionIntoMultipleCharacters(AvlNet.Region, float, int, AvlNet.Region[])

Splits the input region into an array of regions corresponding to individual characters.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax


public static void SplitRegionIntoMultipleCharacters(
	AvlNet.Region inRegion,
	float inProjectionSmooth,
	int inCharacterWidth,
	out AvlNet.Region[] outRegions
)

Parameters

inRegion
Type: AvlNet.Region
Input region containing characters
inProjectionSmooth
Type: System.Single
Value of smooth applied to region projection before splitting into separated characters
inCharacterWidth
Type: System.Int32
Single character width
outRegions
Type: AvlNet.Region
Array or regions containing single characters

See also