Pan operation event arguments.
public class PanEventArgs : EventArgs
kind:method, kind:property, kind:ctor. Press Esc to clear.PanEventArgs(Double, Double, Double, Double, Double, Double, Double, Double, Matrix, Matrix)Initializes a new instance of the PanEventArgs class.DeltaXGets the pan delta for x axis.DeltaYGets the pan delta for y axis.MatrixGets the current transformation matrix.OffsetXGets the current pan offset for x axis.OffsetYGets the current pan offset for y axis.PreviousMatrixGets the previous transformation matrix.PreviousOffsetXGets the previous pan offset for x axis.PreviousOffsetYGets the previous pan offset for y axis.ZoomXGets the current zoom ratio for x axis.ZoomYGets the current zoom ratio for y axis.