DisplayZoomEventArgs Constructor

CVB.Net Documentation
Creates a new instance of the DisplayZoomEventArgs class using the given routedEvent identifier and event source. I also takes the zoomFactor at the point in time the arguments are created.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public DisplayZoomEventArgs(
	RoutedEvent routedEvent,
	Object source,
	double zoomFactor,
	Point zoomCenter
)

Parameters

routedEvent
Type: System.WindowsRoutedEvent
The routed ecvent identifier for this instance of the DisplayZoomEventArgs class.
source
Type: SystemObject
The alternate source that will be reported when the event is handled. This pre-populates the Source property.
zoomFactor
Type: SystemDouble
The zoom factor associated with the event.
zoomCenter
Type: System.WindowsPoint
The zoom center associated with the event.
See Also

Reference