Click or drag to resize
CanvasTextAnalyzerGetBreakpoints Method
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()

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.

This method overload is locale-agnostic. To use a specified locale, use GetBreakpoints(String).

See Also