C# Class Zhwang.SuperNotifyIcon.Animation

Afficher le fichier Open project: rzhw/SuperNotifyIcon

Méthodes publiques

Méthode Description
Animation ( ) : System
BeginWithOverlay ( Icon baseIcon, Image images, int interval, int framesToFade ) : void
End ( int framesToFade ) : Task

Private Methods

Méthode Description
_animFrameTimer_Tick ( object sender, EventArgs e ) : void
_animTimer_Tick ( object sender, EventArgs e ) : void

Method Details

Animation() public méthode

public Animation ( ) : System
Résultat System

BeginWithOverlay() public méthode

public BeginWithOverlay ( Icon baseIcon, Image images, int interval, int framesToFade ) : void
baseIcon System.Drawing.Icon
images Image
interval int
framesToFade int
Résultat void

End() public méthode

public End ( int framesToFade ) : Task
framesToFade int
Résultat Task