C1.Win.C1DX.4.8 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSink Interface / SetBidiLevel Method

In This Topic
SetBidiLevel Method (TextAnalysisQuickSink)
In This Topic
Sets a bidirectional level on the range, which is called once per run change (either explicit or resolved implicit).
Syntax
'Declaration
 
Function SetBidiLevel( _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal explicitLevel As System.Byte, _
   ByVal resolvedLevel As System.Byte _
) As System.Integer
 

Parameters

textPosition
textLength
explicitLevel
resolvedLevel
See Also