Click or drag to resize

MatrixD2DTransformPoint(PointD2D) Method

Transforms a point using this matrix.

Namespace: Altaxo.Geometry
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public PointD2D TransformPoint(
	PointD2D pt
)

Parameters

pt  PointD2D
The point to transform.

Return Value

PointD2D
The transformed point.
See Also