Click or drag to resize

ActualViewboxChangedEventArgs Constructor

Constructor

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public ActualViewboxChangedEventArgs(
	Rect oldActualViewboxValue,
	Rect newActualViewboxValue
)

Parameters

oldActualViewboxValue
Type: System.WindowsRect
oldActualViewboxValue
newActualViewboxValue
Type: System.WindowsRect
newActualViewboxValue
See Also