eDriven Framework API
DragProxyTween Constructor (target, oldBounds, newBounds)
NamespaceseDriven.Gui.AnimationDragProxyTweenDragProxyTween(Object, Rectangle, Rectangle)
eDriven Framework API
Initializes a new instance of the DragProxyTween class
Declaration Syntax
C#Visual BasicVisual C++
public DragProxyTween(
	Object target,
	Rectangle oldBounds,
	Rectangle newBounds
)
Public Sub New ( _
	target As Object, _
	oldBounds As Rectangle, _
	newBounds As Rectangle _
)
public:
DragProxyTween(
	Object^ target, 
	Rectangle^ oldBounds, 
	Rectangle^ newBounds
)
Parameters
target (Object)
oldBounds (Rectangle)
newBounds (Rectangle)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)