Zoom operation event arguments.
public class ZoomEventArgs : EventArgs
kind:method, kind:property, kind:ctor. Press Esc to clear.ZoomEventArgs(Double, Double, Double, Double, Double, Double, Double, Double, Double, Matrix, Matrix)Initializes a new instance of the ZoomEventArgs class.CenterXGets the zoom center point x coordinate.CenterYGets the zoom center point y coordinate.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.PreviousZoomXGets the previous zoom ratio for x axis.PreviousZoomYGets the previous zoom ratio for y axis.ZoomDeltaGets the zoom delta ratio.ZoomXGets the current zoom ratio for x axis.ZoomYGets the current zoom ratio for y axis.