IVerticalScrollBar.GetYCoordinateOfScrollMapPosition(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the y-coordinate in the scrollbar track that corresponds to a position in scroll map coordinates.
public:
double GetYCoordinateOfScrollMapPosition(double scrollMapPosition);
public:
double GetYCoordinateOfScrollMapPosition(double scrollMapPosition);
double GetYCoordinateOfScrollMapPosition(double scrollMapPosition);
public double GetYCoordinateOfScrollMapPosition (double scrollMapPosition);
abstract member GetYCoordinateOfScrollMapPosition : double -> double
Public Function GetYCoordinateOfScrollMapPosition (scrollMapPosition As Double) As Double
Parameters
- scrollMapPosition
- Double
Desired position.
Returns
Corresponding y-coordinate.