[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextAnalysisQuickSource.GetTextBeforePosition

GetTextBeforePosition Method

GetTextBeforePosition(int, out IntPtr, out int)

Gets a block of text immediately preceding the specified position.

Declaration
int GetTextBeforePosition(int textPosition, out IntPtr textString, out int textLength)
Function GetTextBeforePosition(textPosition As Integer, ByRef textString As IntPtr, ByRef textLength As Integer) As Integer
Parameters
Type Name Description
int textPosition
IntPtr textString
int textLength
Returns
Type Description
int