ViewboxChangedRoutedEventArgs Constructor (Rect, Rect, Double, Double) |
Constructor
Namespace:
Ab2d.Controls
Assembly:
Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntaxpublic ViewboxChangedRoutedEventArgs(
Rect oldViewboxValue,
Rect newViewboxValue,
double oldRotationAngle,
double newRotationAngle
)
Parameters
- oldViewboxValue
- Type: System.Windows.Rect
oldViewboxValue - newViewboxValue
- Type: System.Windows.Rect
newViewboxValue - oldRotationAngle
- Type: System.Double
oldRotationAngle - newRotationAngle
- Type: System.Double
newRotationAngle
See Also