Keyoti RapidSpell WPF API Docs
GetBaselineOffsetAtCharIndex Method (index)
APIKeyoti.RapidSpell.WpfWpfTextBoxAdapterGetBaselineOffsetAtCharIndex(Int32)
Keyoti RapidSpell WPF
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#
public int GetBaselineOffsetAtCharIndex(
	int index
)
public int GetBaselineOffsetAtCharIndex(
	int index
)
Public Function GetBaselineOffsetAtCharIndex ( 
	index As Integer
) As Integer
Public Function GetBaselineOffsetAtCharIndex ( 
	index As Integer
) As Integer
public:
virtual int GetBaselineOffsetAtCharIndex(
	int index
) sealed
public:
virtual int GetBaselineOffsetAtCharIndex(
	int index
) sealed
abstract GetBaselineOffsetAtCharIndex : 
        index : int -> int 
override GetBaselineOffsetAtCharIndex : 
        index : int -> int 
abstract GetBaselineOffsetAtCharIndex : 
        index : int -> int 
override 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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214