ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSource Interface / GetTextBeforePosition Method

In This Topic
    GetTextBeforePosition Method (TextAnalysisQuickSource)
    In This Topic
    Gets a block of text immediately preceding the specified position.
    Syntax
    'Declaration
     
    Function GetTextBeforePosition( _
       ByVal textPosition As System.Integer, _
       ByRef textString As System.IntPtr, _
       ByRef textLength As System.Integer _
    ) As System.Integer
    System.int GetTextBeforePosition( 
       System.int textPosition,
       out System.IntPtr textString,
       out System.int textLength
    )

    Parameters

    textPosition
    textString
    textLength
    See Also