GraphicBaseSetCoordinatesByAppendInverseTransformation Method |
Appends the inverse of a transformation to the current coordinates of this graphic.
Namespace: Altaxo.Graph.Gdi.ShapesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected void SetCoordinatesByAppendInverseTransformation(
MatrixD2D transform,
EventFiring eventFiring
)
Parameters
- transform MatrixD2D
- The transformation whose inverse is appended.
- eventFiring EventFiring
- Controls change-event firing.
See Also