Initializes a new instance of the StretchModeChangedEventArgs class.
public StretchModeChangedEventArgs(StretchMode stretchMode, StretchMode previousStretchMode, Matrix matrix, Matrix previousMatrix, double zoomX, double zoomY, double offsetX, double offsetY, double panelWidth, double panelHeight, double elementWidth, double elementHeight)
The current stretch mode.
The previous stretch mode.
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 panel width used for the stretch calculation.
The panel height used for the stretch calculation.
The element width used for the stretch calculation.
The element height used for the stretch calculation.