Click or drag to resize

HitTestPointDataGetHittedPointInWorldCoord(MatrixD2D) Method

Returns the hitted point in world coordinated by applying the inverse current coordinate transformation and then the provided inverse coordinate transformation.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PointD2D GetHittedPointInWorldCoord(
	MatrixD2D additionalTransform
)

Parameters

additionalTransform  MatrixD2D

[Missing <param name="additionalTransform"/> documentation for "M:Altaxo.Graph.Gdi.HitTestPointData.GetHittedPointInWorldCoord(Altaxo.Geometry.MatrixD2D)"]

Return Value

PointD2D
Hitted point in world coordinates.
See Also