C# Класс AnimatGuiCtrls.Forms.SplashForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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