ComponentOne Bitmap for UWP
GetTextAtPosition Method (TextAnalysisQuickSource)

C1.UWP.DX Assembly > C1.Util.DX.DirectWrite Namespace > TextAnalysisQuickSource Interface : GetTextAtPosition Method
Gets a block of text starting at the specified text position.
Syntax
'Declaration
 
Function GetTextAtPosition( _
   ByVal textPosition As System.Integer, _
   ByRef textString As System.IntPtr, _
   ByRef textLength As System.Integer _
) As System.Integer
System.int GetTextAtPosition( 
   System.int textPosition,
   out System.IntPtr textString,
   out System.int textLength
)

Parameters

textPosition
textString
textLength
See Also

Reference

TextAnalysisQuickSource Interface
TextAnalysisQuickSource Members