Click or drag to resize

RectChangedEventArgs Constructor

Constructor

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public RectChangedEventArgs(
	Rect oldValue,
	Rect newValue
)

Parameters

oldValue
Type: System.WindowsRect
oldValue
newValue
Type: System.WindowsRect
newValue
See Also