Click or drag to resize

MouseWheelZoomEventArgs Constructor

Initializes a new instance of the MouseWheelZoomEventArgs class.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public MouseWheelZoomEventArgs(
	RoutedEvent routedEvent,
	double zoom,
	int delta
)

Parameters

routedEvent
Type: System.WindowsRoutedEvent
The routed event.
zoom
Type: SystemDouble
The zoom.
delta
Type: SystemInt32
The change from last time.
See Also