ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 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.

In This Topic
    SetLineBreakpoints Method (TextAnalysisSink)
    In This Topic
    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