ComponentOne Bitmap for WPF
SetLineBreakpoints Method (TextAnalysisSink)

C1.WPF.DX.4 Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalysisSink Interface : SetLineBreakpoints Method
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.
Syntax
'Declaration
 
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
)

Parameters

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.
See Also

Reference

TextAnalysisSink Interface
TextAnalysisSink Members