C# Class OemosProto1.OemosForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: oemosproject/oemosproject

Méthodes publiques

Méthode Description
OemosForm ( ) : System
SortByLayer ( ActorData a, ActorData b ) : int

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.

ResetButtons ( ) : void
SimulateWorld ( ) : void
button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void
button5_Click ( object sender, EventArgs e ) : void
button6_Click ( object sender, EventArgs e ) : void
button7_Click ( object sender, EventArgs e ) : void
pictureBox1_Click ( object sender, EventArgs e ) : void
pictureBox1_MouseClick ( object sender, MouseEventArgs e ) : void
pictureBox1_MouseDown ( object sender, MouseEventArgs e ) : void
pictureBox1_MouseMove ( object sender, MouseEventArgs e ) : void
pictureBox1_MouseUp ( object sender, MouseEventArgs e ) : void
pictureBox1_Paint ( object sender, PaintEventArgs e ) : 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

OemosForm() public méthode

public OemosForm ( ) : System
Résultat System

SortByLayer() public static méthode

public static SortByLayer ( ActorData a, ActorData b ) : int
a ActorData
b ActorData
Résultat int