Gets the Y offset of the baseline from the position returned by GetPosFromCharIndex for a particular character.
| C# | Visual Basic | Visual C++ | F# |
int GetBaselineOffsetAtCharIndex( int index )
Function GetBaselineOffsetAtCharIndex ( index As Integer ) As Integer
int GetBaselineOffsetAtCharIndex( int index )
abstract GetBaselineOffsetAtCharIndex : index : int -> int
- index (Int32)
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.NET2 (Module: Keyoti.RapidSpell.NET2.dll) Version: 4.6.1.204