Click or drag to resize

RectAnimation Constructor (Rect, Duration)

Initializes a new instance of the RectAnimation class.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public RectAnimation(
	Rect toValue,
	Duration duration
)

Parameters

toValue
Type: System.WindowsRect
toValue
duration
Type: System.WindowsDuration
duration
See Also