Click or drag to resize
CanvasTextLayout.GetCharacterRegions 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: System.Int32
characterCount
Type: System.Int32

Return Value

Type:CanvasTextLayoutRegion[]
See Also