Click or drag to resize

HotImageWireAnimate Method

Creates an animation from the Central point to the ScreenBigRec at the specified speed and direction.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public void WireAnimate(
	int Direction,
	int Speed,
	Point CentralPoint,
	Rectangle ScreenBigRec
)

Parameters

Direction
Type: SystemInt32
0 for closing 1 for opening.
Speed
Type: SystemInt32
0 is fast speed 100 is slow speed.
CentralPoint
Type: System.DrawingPoint
The end point of the animation if closing or the begining point if opening.
ScreenBigRec
Type: System.DrawingRectangle
The rectangle from which animation will take place if closing, or to which if opening.
See Also