C# 클래스 Zhwang.SuperNotifyIcon.Animation

파일 보기 프로젝트 열기: rzhw/SuperNotifyIcon

공개 메소드들

메소드 설명
Animation ( ) : System
BeginWithOverlay ( Icon baseIcon, Image images, int interval, int framesToFade ) : void
End ( int framesToFade ) : Task

비공개 메소드들

메소드 설명
_animFrameTimer_Tick ( object sender, EventArgs e ) : void
_animTimer_Tick ( object sender, EventArgs e ) : void

메소드 상세

Animation() 공개 메소드

public Animation ( ) : System
리턴 System

BeginWithOverlay() 공개 메소드

public BeginWithOverlay ( Icon baseIcon, Image images, int interval, int framesToFade ) : void
baseIcon System.Drawing.Icon
images Image
interval int
framesToFade int
리턴 void

End() 공개 메소드

public End ( int framesToFade ) : Task
framesToFade int
리턴 Task