Matrix changed event arguments.
public class MatrixChangedEventArgs : EventArgs
kind:method, kind:property, kind:ctor. Press Esc to clear.MatrixChangedEventArgs(Matrix, Matrix, Double, Double, Double, Double, Double, Double, Double, Double, String)Initializes a new instance of the MatrixChangedEventArgs class.MatrixGets the current transformation matrix.OffsetXGets the current pan offset for x axis.OffsetYGets the current pan offset for y axis.OperationGets the operation that caused the matrix change.PreviousMatrixGets the previous transformation matrix.PreviousOffsetXGets the previous pan offset for x axis.PreviousOffsetYGets the previous pan offset for y axis.PreviousZoomXGets the previous zoom ratio for x axis.PreviousZoomYGets the previous zoom ratio for y axis.ZoomXGets the current zoom ratio for x axis.ZoomYGets the current zoom ratio for y axis.