Click or drag to resize

ViewboxChangedRoutedEventArgs Constructor (Rect, Rect, Double, Double)

Constructor

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public ViewboxChangedRoutedEventArgs(
	Rect oldViewboxValue,
	Rect newViewboxValue,
	double oldRotationAngle,
	double newRotationAngle
)

Parameters

oldViewboxValue
Type: System.WindowsRect
oldViewboxValue
newViewboxValue
Type: System.WindowsRect
newViewboxValue
oldRotationAngle
Type: SystemDouble
oldRotationAngle
newRotationAngle
Type: SystemDouble
newRotationAngle
See Also