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

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

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,
	out AvlNet.Region[] diagClasses,
	out AvlNet.Profile diagProjection
)

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
diagClasses
Type: AvlNet.Region
Regions in which characters parts will be connected into a single character region
diagProjection
Type: AvlNet.Profile
Profile of region projection used to distinguish characters

See also