HitTestPointData(PointD2D, Double) Constructor |
Constructor.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public HitTestPointData(
PointD2D hitPointPageCoord,
double pageScale
)
Parameters
- hitPointPageCoord PointD2D
- Page coordinates (unit: points).
- pageScale Double
- Current zoom factor, i.e. ration between displayed size on the screen and given size.
See Also