HitTestPointDataGetHittedPointInWorldCoord(MatrixD2D) Method |
Returns the hit point in world coordinates by applying the inverse current coordinate transformation and then the provided inverse coordinate transformation.
Namespace: Altaxo.Graph.GdiAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic PointD2D GetHittedPointInWorldCoord(
MatrixD2D additionalTransform
)
Parameters
- additionalTransform MatrixD2D
- The additional transformation whose inverse is applied afterwards.
Return Value
PointD2DHitted point in world coordinates.
See Also