You are here: Start » FIL.NET » FIS.SplitRegionIntoMultipleCharacters Method

FIS.SplitRegionIntoMultipleCharacters Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SplitRegionIntoMultipleCharacters
(
	FilNet.Region inRegion,
	float inProjectionSmooth,
	int inCharacterWidth,
	IList<FilNet.Region> outRegions
)

Parameters

Name Type Range Default Description
inRegionFilNet.RegionInput region containing characters.
inProjectionSmoothfloat<0.0f, INF>1.0fValue of smooth applied to region projection before splitting into separated characters. Default value: 1.0f.
inCharacterWidthint<0, INF>15Single character width. Default value: 15.
outRegionsSystem.Collections.Generic.IList<FilNet.Region>Array or regions containing single characters.

Function Overrides

See also