C# Class YATA.Sim

显示文件 Open project: exelix11/YATA-PLUS Class Usage Examples

Public Methods

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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

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

GeneratePreview() public method

public GeneratePreview ( bool close = true ) : byte[]
close bool
return byte[]

GeneratePreview() public method

public GeneratePreview ( string Preview_PATH, bool close = true ) : void
Preview_PATH string
close bool
return void

Sim() public method

public Sim ( ) : System
return System