Click or drag to resize
CanvasTextLayoutGetCharacterRegions Method
Gets an array of descriptions of the range of text.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasTextLayoutRegion[] GetCharacterRegions(
	int characterIndex,
	int characterCount
)

Parameters

characterIndex
Type: SystemInt32
characterCount
Type: SystemInt32

Return Value

Type: CanvasTextLayoutRegion
See Also