Click or drag to resize

RectAnimationClone Method

Creates a modifiable clone of this RectAnimation, making deep copies of this object's values. When copying dependency properties, this method copies resource references and data bindings (but they might no longer resolve) but not animations or their current values.

Namespace:  Ab2d.Controls
Assembly:  Ab2d.Controls.ZoomPanel (in Ab2d.Controls.ZoomPanel.dll) Version: 5.2.6631.1040
Syntax
C#
public RectAnimation Clone()

Return Value

Type: RectAnimation
A modifiable clone of the current object.
See Also