VsTextViewClass::GetLineHeight Method (Int32)
Visual Studio 2015
Returns the pixel height of a line.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- piLineHeight
-
Type:
System::Int32
[out, retval] Integer containing the line height, in pixels.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Implements
IVsTextView::GetLineHeight(Int32)
Show: