Bitmap for UWP
SetBidiLevel メソッド (TextAnalysisSink)

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalysisSink インターフェース : SetBidiLevel メソッド
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).
シンタックス
'宣言
 
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
)

パラメータ

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.
参照

TextAnalysisSink インターフェース
TextAnalysisSink メンバ