[]
        
(Showing Draft Content)

C1.Util.DX.DirectWrite.TextAnalysisQuickSource.GetTextAtPosition

GetTextAtPosition Method

GetTextAtPosition(int, out nint, out int)

Gets a block of text starting at the specified text position.

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