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

C1.WPF.DX.4.5.2 アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalyzer クラス > AnalyzeLineBreakpoints メソッド : AnalyzeLineBreakpoints(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 potential breakpoint opportunities, reading attributes from the source and reporting breakpoint opportunities to the sink callback {{SetLineBreakpoints}}.
シンタックス
'宣言
 
Public Overloads Sub AnalyzeLineBreakpoints( _
   ByVal analysisSource As TextAnalysisQuickSource, _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal analysisSink As TextAnalysisSink _
) 
public void AnalyzeLineBreakpoints( 
   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.
解説
Although the function can handle multiple paragraphs, the text range should not arbitrarily split the middle of paragraphs, unless the specified text span is considered a whole unit. Otherwise, the returned properties for the first and last characters will inappropriately allow breaks.
参照

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