Source::ColumnToVisiblePosition Method (Int32, Int32)
Visual Studio 2015
Gets the screen column position corresponding to the specified character offset, taking into account tab size.
Assembly: Microsoft.VisualStudio.Package.LanguageService.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)
Parameters
- line
-
Type:
System::Int32
The line of source to look at.
- col
-
Type:
System::Int32
The offset into the line of source.
Return Value
Type: System::Int32The screen column position that corresponds to the specified col parameter.
This method takes into account the current tab size setting and corresponding tab stops.
This method is the opposite of the VisiblePositionToColumn method.
Show: