Bitmap for WPF
AnalyzeScript(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) メソッド

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalyzer クラス > AnalyzeScript メソッド : AnalyzeScript(TextAnalysisQuickSource,Int32,Int32,TextAnalysisSink) メソッド
A reference to the source object to analyze.
The starting text position within the source object.
The text length to analyze.
A reference to the sink callback object that receives the text analysis.
Analyzes a text range for script boundaries, reading text attributes from the source and reporting the Unicode script ID to the sink callback {{SetScript}}.
シンタックス
'宣言
 
Public Overloads Sub AnalyzeScript( _
   ByVal analysisSource As TextAnalysisQuickSource, _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal analysisSink As TextAnalysisSink _
) 
public void AnalyzeScript( 
   TextAnalysisQuickSource analysisSource,
   System.int textPosition,
   System.int textLength,
   TextAnalysisSink analysisSink
)

パラメータ

analysisSource
A reference to the source object to analyze.
textPosition
The starting text position within the source object.
textLength
The text length to analyze.
analysisSink
A reference to the sink callback object that receives the text analysis.
参照

TextAnalyzer クラス
TextAnalyzer メンバ
オーバーロード一覧