Click or drag to resize
CanvasTextAnalyzerGetBidi Method
Gets which bi-directional text levels are mapped to which character positions.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public IReadOnlyList<KeyValuePair<CanvasCharacterRange, CanvasAnalyzedBidi>> GetBidi()

Return Value

Type: IReadOnlyListKeyValuePairCanvasCharacterRange, CanvasAnalyzedBidi
Remarks
This method overload is locale-agnostic. To use a specified locale, use GetBidi(String).
See Also