ComponentOne Bitmap for WPF
SetBidiLevel Method (TextAnalysisSink)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalysisSink Interface : SetBidiLevel Method
The starting position from which to report.
The number of UTF16 units of the reported range.
The explicit level from the paragraph reading direction and any embedded control codes RLE/RLO/LRE/LRO/PDF, which is determined before any additional rules.
The final implicit level considering the explicit level and characters' natural directionality, after all Bidi rules have been applied.
Sets a bidirectional level on the range, which is called once per run change (either explicit or resolved implicit).
Syntax
'Declaration
 
Sub SetBidiLevel( _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal explicitLevel As System.Byte, _
   ByVal resolvedLevel As System.Byte _
) 
void SetBidiLevel( 
   System.int textPosition,
   System.int textLength,
   System.byte explicitLevel,
   System.byte resolvedLevel
)

Parameters

textPosition
The starting position from which to report.
textLength
The number of UTF16 units of the reported range.
explicitLevel
The explicit level from the paragraph reading direction and any embedded control codes RLE/RLO/LRE/LRO/PDF, which is determined before any additional rules.
resolvedLevel
The final implicit level considering the explicit level and characters' natural directionality, after all Bidi rules have been applied.
See Also

Reference

TextAnalysisSink Interface
TextAnalysisSink Members