C# Class winmaped2.TileEd

Summary description for TileEd.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Bananattack/verge3 Class Usage Examples

Méthodes publiques

Méthode Description
TileEd ( ) : System
init ( Vsp24 vsp ) : void
init ( Vsp24 vsp, int leftSelection, int rightSelection ) : void

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.

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 méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

TileEd() public méthode

public TileEd ( ) : System
Résultat System

init() public méthode

public init ( Vsp24 vsp ) : void
vsp Vsp24
Résultat void

init() public méthode

public init ( Vsp24 vsp, int leftSelection, int rightSelection ) : void
vsp Vsp24
leftSelection int
rightSelection int
Résultat void