Keyoti RapidSpell Desktop .NET API Docs
GetBaselineOffsetAtCharIndex Method (index)
APIKeyoti.RapidSpellIAYTTextBoxGetBaselineOffsetAtCharIndex(Int32)
Keyoti RapidSpell Desktop .NET
Gets the Y offset of the baseline from the position returned by GetPosFromCharIndex for a particular character.
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
int GetBaselineOffsetAtCharIndex(
	int index
)
int GetBaselineOffsetAtCharIndex(
	int index
)
Function GetBaselineOffsetAtCharIndex ( 
	index As Integer
) As Integer
Function GetBaselineOffsetAtCharIndex ( 
	index As Integer
) As Integer
int GetBaselineOffsetAtCharIndex(
	int index
)
int GetBaselineOffsetAtCharIndex(
	int index
)
abstract GetBaselineOffsetAtCharIndex : 
        index : int -> int 
abstract GetBaselineOffsetAtCharIndex : 
        index : int -> int 
Parameters
index (Int32)
Return Value
Remarks
For example, with RichTextBox Controls GetPosFromCharIndex returns the top left coord, therefore this method must return the height of the biggest font on the line.

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412