ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.DirectWrite Namespace / TextAnalysisQuickSource Interface / GetTextAtPosition Method

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

    Parameters

    textPosition
    textString
    textLength
    See Also