Gets the Y offset of the baseline from the position returned by GetPosFromCharIndex for a particular character.

C# | C# | Visual Basic | Visual Basic | Visual 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

- 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: Keyoti4.RapidSpell.WPF (Module: Keyoti4.RapidSpell.WPF.dll) Version: 3.1.16.1214