Bitmap for UWP
SetLineBreakpoints メソッド (TextAnalysisSink)

C1.UWP.DX アセンブリ > C1.Util.DX.DirectWrite 名前空間 > TextAnalysisSink インターフェース : SetLineBreakpoints メソッド
The starting text position from which to report.
The number of UTF16 units of the reported range.
A reference to a structure that contains breaking conditions set for each character from the starting position to the end of the specified range.
Sets line-break opportunities for each character, starting from the specified position.
シンタックス
'宣言
 
Sub SetLineBreakpoints( _
   ByVal textPosition As System.Integer, _
   ByVal textLength As System.Integer, _
   ByVal lineBreakpoints() As LineBreakpoint _
) 
void SetLineBreakpoints( 
   System.int textPosition,
   System.int textLength,
   LineBreakpoint[] lineBreakpoints
)

パラメータ

textPosition
The starting text position from which to report.
textLength
The number of UTF16 units of the reported range.
lineBreakpoints
A reference to a structure that contains breaking conditions set for each character from the starting position to the end of the specified range.
参照

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