GraphicBaseSetCoordinatesByAppendTransformation Method |
Appends 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 SetCoordinatesByAppendTransformation(
MatrixD2D transform,
EventFiring eventFiring
)
Parameters
- transform MatrixD2D
- The transformation to append.
- eventFiring EventFiring
- Controls change-event firing.
See Also