C# Class YATA.Sim

Afficher le fichier Open project: exelix11/YATA-PLUS Class Usage Examples

Méthodes publiques

Méthode Description
GeneratePreview ( bool close = true ) : byte[]
GeneratePreview ( string Preview_PATH, bool close = true ) : void
Sim ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

SaveForm ( ) : Bitmap
Sim_KeyDown ( object sender, KeyEventArgs e ) : void
Sim_Load ( object sender, EventArgs e ) : void
loadImages ( ) : void
setColor ( Bitmap img, Color col ) : Bitmap
setColors ( ) : void
updateGUI ( ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

GeneratePreview() public méthode

public GeneratePreview ( bool close = true ) : byte[]
close bool
Résultat byte[]

GeneratePreview() public méthode

public GeneratePreview ( string Preview_PATH, bool close = true ) : void
Preview_PATH string
close bool
Résultat void

Sim() public méthode

public Sim ( ) : System
Résultat System