| 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
)
Public Sub WireAnimate (
Direction As Integer,
Speed As Integer,
CentralPoint As Point,
ScreenBigRec As Rectangle
)
Dim instance As HotImage
Dim Direction As Integer
Dim Speed As Integer
Dim CentralPoint As Point
Dim ScreenBigRec As Rectangle
instance.WireAnimate(Direction, Speed,
CentralPoint, ScreenBigRec)
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