C# 클래스 AnimatGuiCtrls.Forms.SplashForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

공개 메소드들

메소드 설명
CloseSplash ( ) : void
ShowModal ( Bitmap imageFile, Color col, string strText, System fontText, PointF TextPos, System TextColor ) : void
SplashForm ( Bitmap bmpFile, Color col, string strText, System fontText, PointF TextPos, System TextColor ) : System
StartSplash ( Bitmap imageFile, Color col, string strText, System fontText, PointF TextPos, System TextColor, int iSeconds, System frmParent ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void
InternalCloseSplash ( ) : void
MySplashThreadFunc ( ) : void
SplashForm_KeyUp ( object sender, System e ) : void
SplashForm_MouseClick ( object sender, MouseEventArgs e ) : void
SplashForm_Paint ( object sender, System e ) : void
SplashTimerElapsed ( object source, System e ) : void

메소드 상세

CloseSplash() 공개 정적인 메소드

public static CloseSplash ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

ShowModal() 공개 정적인 메소드

public static ShowModal ( Bitmap imageFile, Color col, string strText, System fontText, PointF TextPos, System TextColor ) : void
imageFile System.Drawing.Bitmap
col Color
strText string
fontText System
TextPos System.Drawing.PointF
TextColor System
리턴 void

SplashForm() 공개 메소드

public SplashForm ( Bitmap bmpFile, Color col, string strText, System fontText, PointF TextPos, System TextColor ) : System
bmpFile System.Drawing.Bitmap
col Color
strText string
fontText System
TextPos System.Drawing.PointF
TextColor System
리턴 System

StartSplash() 공개 정적인 메소드

public static StartSplash ( Bitmap imageFile, Color col, string strText, System fontText, PointF TextPos, System TextColor, int iSeconds, System frmParent ) : void
imageFile System.Drawing.Bitmap
col Color
strText string
fontText System
TextPos System.Drawing.PointF
TextColor System
iSeconds int
frmParent System
리턴 void