Click or drag to resize
CanvasTextAnalyzerGetBreakpoints Method (String)
Gets the line breaking behavior at each character position.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public CanvasAnalyzedBreakpoint[] GetBreakpoints(
	string locale
)

Parameters

locale
Type: SystemString

Return Value

Type: CanvasAnalyzedBreakpoint
Remarks

This returns an array whose size is the same as the length of the CanvasTextAnalyzer's text. There is one element per character position.

See Also