C1.Win.C1DX.4.8 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
 

Parameters

textPosition
textString
textLength
See Also