Changes background with animation.

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

C#
public void ChangeBackground(
	Bitmap aBitmap,
	AnimationType anAnimationType,
	int aDuration,
	bool aMoveOldBitmap
)
Visual Basic (Declaration)
Public Sub ChangeBackground ( _
	aBitmap As Bitmap, _
	anAnimationType As AnimationType, _
	aDuration As Integer, _
	aMoveOldBitmap As Boolean _
)
Visual C++
public:
void ChangeBackground(
	Bitmap^ aBitmap, 
	AnimationType anAnimationType, 
	int aDuration, 
	bool aMoveOldBitmap
)

Parameters

aBitmap
Type: System.Drawing..::.Bitmap
The new background image.
anAnimationType
Type: BeeMobile.TransparentControls..::.AnimationType
Specifies the animation type.
aDuration
Type: System..::.Int32
Specifies the animation's duration.
aMoveOldBitmap
Type: System..::.Boolean
If true the old background will move out from the screen side by side with new background image; otherwise the new background image will cover the old one duringn the animation.

See Also