GraphControllerConvertGraphCoordinateToScrollbarValue Method |
Namespace: Altaxo.Gui.Graph.Gdi.ViewingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PointD2D ConvertGraphCoordinateToScrollbarValue(
PointD2D graphCoordinate
)
Parameters
- graphCoordinate PointD2D
- The graph coordinate that corresponds to the upper left corner of the view port window.
Return Value
PointD2DThe scroll bar values that should be set.
See Also