ViewboxChangedRoutedEventArgs Class |
Namespace: Ab2d.Controls
public class ViewboxChangedRoutedEventArgs : RoutedEventArgs
The ViewboxChangedRoutedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| ViewboxChangedRoutedEventArgs(Rect, Rect) |
Constructor
| |
| ViewboxChangedRoutedEventArgs(Rect, Rect, Double, Double) |
Constructor
|
| Name | Description | |
|---|---|---|
| NewRotationAngle |
New Rotation Angle. If the value is changed, the changed value will be applied as the new RotationAngle value
| |
| NewViewboxValue |
New Viewbox Value. If the value is changed, the changed value will be applied as the new Viewbox value
| |
| OldRotationAngle |
Old Rotation Angle
| |
| OldViewboxValue |
Old Viewbox Value
|