C# Class MegaMan.Engine.CustomNtscForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Tesserex/C--MegaMan-Engine

Méthodes publiques

Méthode Description
CustomNtscForm ( ) : System
GetOptions ( ) : NTSC_CustomOptions
SetOptions ( NTSC_CustomOptions options ) : void

Méthodes protégées

Méthode Description
OnClosing ( CancelEventArgs e ) : void

Form isn't closed, we just hide it and show it.

Private Methods

Méthode Description
RaiseApply ( ) : void
artTrack_Scroll ( object sender, EventArgs e ) : void
bleedTrack_Scroll ( object sender, EventArgs e ) : void
brightTrack_Scroll ( object sender, EventArgs e ) : void
closeButton_Click ( object sender, EventArgs e ) : void
contTrack_Scroll ( object sender, EventArgs e ) : void
fringeTrack_Scroll ( object sender, EventArgs e ) : void
gammaTrack_Scroll ( object sender, EventArgs e ) : void
hueTrack_Scroll ( object sender, EventArgs e ) : void
resTrack_Scroll ( object sender, EventArgs e ) : void
resetButton_Click ( object sender, EventArgs e ) : void
satTrack_Scroll ( object sender, EventArgs e ) : void
sharpTrack_Scroll ( object sender, EventArgs e ) : void

Method Details

CustomNtscForm() public méthode

public CustomNtscForm ( ) : System
Résultat System

GetOptions() public méthode

public GetOptions ( ) : NTSC_CustomOptions
Résultat NTSC_CustomOptions

OnClosing() protected méthode

Form isn't closed, we just hide it and show it.
protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
Résultat void

SetOptions() public méthode

public SetOptions ( NTSC_CustomOptions options ) : void
options NTSC_CustomOptions
Résultat void