Initializes a new instance of the MatrixChangedEventArgs class.
public MatrixChangedEventArgs(Matrix matrix, Matrix previousMatrix, double zoomX, double zoomY, double offsetX, double offsetY, double previousZoomX, double previousZoomY, double previousOffsetX, double previousOffsetY, string operation)
The current transformation matrix.
The previous transformation matrix.
The current zoom ratio for x axis.
The current zoom ratio for y axis.
The current pan offset for x axis.
The current pan offset for y axis.
The previous zoom ratio for x axis.
The previous zoom ratio for y axis.
The previous pan offset for x axis.
The previous pan offset for y axis.
The operation that caused the matrix change.