Click or drag to resize

HitTestRectangularDataGetHittedAreaInWorldCoord(MatrixD2D) Method

Returns the hit area in world coordinates 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.3572.0 (4.8.3572.0)
Syntax
C#
public MatrixD2D GetHittedAreaInWorldCoord(
	MatrixD2D additionalTransform
)

Parameters

additionalTransform  MatrixD2D
The additional transform whose inverse is applied to the hit area.

Return Value

MatrixD2D
The hit area in world coordinates.
See Also