IVerticalScrollBar::GetBufferPositionOfYCoordinate Method (Double)
Visual Studio 2015
Gets the buffer position that corresponds to a y-coordinate in the scrollbar track.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Parameters
- y
-
Type:
System::Double
Desired y-coordinate.
Return Value
Type: Microsoft.VisualStudio.Text::SnapshotPointA position in the buffer, even if y is below or above the mapped range of coordinates.
Show: