You are here: Start » FIL.NET » Invoke.SplitRegionIntoMultipleCharacters

Invoke.SplitRegionIntoMultipleCharacters

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

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SplitRegionIntoMultipleCharacters
(
	Fil.Region inRegion,
	float inProjectionSmooth,
	int inCharacterWidth,
	List<Fil.Region> outRegions,
	Diagnostic<List<Fil.Region>> diagClasses,
	Diagnostic<Fil.Profile> diagProjection
)

Parameters

Name Type Range Default Description
inRegionFil.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.List<Fil.Region>Array or regions containing single characters.
diagClassesFil.Diagnostic<System.Collections.Generic.List<Fil.Region>>Regions in which characters parts will be connected into a single character region.
diagProjectionFil.Diagnostic<Fil.Profile>Profile of region projection used to distinguish characters.

See also