Keyoti RapidSpell WPF API Docs
GetPointerAtIndex Method (ind1, ind2)
APIKeyoti.RapidSpell.WpfWpfRichTextBoxAdapterGetPointerAtIndex(Int32, Int32)
Keyoti RapidSpell WPF
Gets TextPointers at two close indexes.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public TextPointer[] GetPointerAtIndex(
	int ind1,
	int ind2
)
public TextPointer[] GetPointerAtIndex(
	int ind1,
	int ind2
)
Public Function GetPointerAtIndex ( 
	ind1 As Integer,
	ind2 As Integer
) As TextPointer()
Public Function GetPointerAtIndex ( 
	ind1 As Integer,
	ind2 As Integer
) As TextPointer()
public:
array<TextPointer^>^ GetPointerAtIndex(
	int ind1, 
	int ind2
)
public:
array<TextPointer^>^ GetPointerAtIndex(
	int ind1, 
	int ind2
)
member GetPointerAtIndex : 
        ind1 : int * 
        ind2 : int -> TextPointer[] 
member GetPointerAtIndex : 
        ind1 : int * 
        ind2 : int -> TextPointer[] 
Parameters
ind1 (Int32)
ind2 (Int32)
Return Value
array<TextPointer>[]()[][]

Assembly: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214