Click or drag to resize

GraphicBaseSetCoordinatesByAppendTransformation Method

Appends 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 SetCoordinatesByAppendTransformation(
	MatrixD2D transform,
	EventFiring eventFiring
)

Parameters

transform  MatrixD2D
The transformation to append.
eventFiring  EventFiring
Controls change-event firing.
See Also