C# Class winmaped2.TileEd

Summary description for TileEd.
Inheritance: System.Windows.Forms.Form
Mostra file Open project: Bananattack/verge3 Class Usage Examples

Public Methods

Method Description
TileEd ( ) : System
init ( Vsp24 vsp ) : void
init ( Vsp24 vsp, int leftSelection, int rightSelection ) : void

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.

gBackgroundColor_CheckedChanged ( object sender, EventArgs e ) : void
gForegroundColor_CheckedChanged ( object sender, EventArgs e ) : void
postRedisplay ( object sender, EventArgs args ) : void
tve_a_TileDataChanged ( int TileIndex ) : void
tve_b_TileDataChanged ( int TileIndex ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

TileEd() public method

public TileEd ( ) : System
return System

init() public method

public init ( Vsp24 vsp ) : void
vsp Vsp24
return void

init() public method

public init ( Vsp24 vsp, int leftSelection, int rightSelection ) : void
vsp Vsp24
leftSelection int
rightSelection int
return void