C# Class AnimatGuiCtrls.Forms.SplashForm

Inheritance: System.Windows.Forms.Form
Show file Open project: NeuroRoboticTech/AnimatLabPublicSource Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
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

Method Details

CloseSplash() public static method

public static CloseSplash ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

ShowModal() public static method

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
return void

SplashForm() public method

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
return System

StartSplash() public static method

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
return void