IScrollMap Methods

 

Namespace:   Microsoft.VisualStudio.Text.Editor
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

NameDescription
System_CAPS_pubmethodGetBufferPositionAtCoordinate(Double)

Gets the buffer position that corresponds to a scrollmap coordinate.

System_CAPS_pubmethodGetBufferPositionAtFraction(Double)

Gets the buffer position that corresponds to a fraction of the vertical extent of the view, if it exists.(Inherited from IVerticalFractionMap.)

System_CAPS_pubmethodGetCoordinateAtBufferPosition(SnapshotPoint)

Gets the scrollmap coordinates of a buffer position.

System_CAPS_pubmethodGetFractionAtBufferPosition(SnapshotPoint)

Gets the fraction of the vertical extent of the view that corresponds to the specified buffer position.(Inherited from IVerticalFractionMap.)

Return to top
Show: