Click or drag to resize

GraphicBaseSetCoordinatesByAppendInverseTransformation Method

Appends the inverse of a transformation to the current coordinates of this graphic.

Namespace: Altaxo.Graph.Gdi.Shapes
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void SetCoordinatesByAppendInverseTransformation(
	MatrixD2D transform,
	EventFiring eventFiring
)

Parameters

transform  MatrixD2D
The transformation whose inverse is appended.
eventFiring  EventFiring
Controls change-event firing.
See Also