ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisSink Interface / SetScriptAnalysis Method
The starting position from which to report.
The number of UTF16 units of the reported range.
A reference to a structure that contains a zero-based index representation of a writing system script and a value indicating whether additional shaping of text is required.

In This Topic
    SetScriptAnalysis Method (TextAnalysisSink)
    In This Topic
    Reports script analysis for the specified text range.
    Syntax
    'Declaration
     
    Sub SetScriptAnalysis( _
       ByVal textPosition As System.Integer, _
       ByVal textLength As System.Integer, _
       ByVal scriptAnalysis As ScriptAnalysis _
    ) 
    void SetScriptAnalysis( 
       System.int textPosition,
       System.int textLength,
       ScriptAnalysis scriptAnalysis
    )

    Parameters

    textPosition
    The starting position from which to report.
    textLength
    The number of UTF16 units of the reported range.
    scriptAnalysis
    A reference to a structure that contains a zero-based index representation of a writing system script and a value indicating whether additional shaping of text is required.
    See Also