C# Class Project4D.ProjectForm

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

Méthodes publiques

Méthode Description
ProjectForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnFormClosed ( System.Windows.Forms.FormClosedEventArgs e ) : void
OnLoad ( EventArgs e ) : void

Private Methods

Méthode Description
Application_Idle ( object sender, EventArgs e ) : void
Camera_CameraTransformChanged ( object sender, EventArgs e ) : void
Cross4D ( float4 a, float4 b, float4 c ) : float4
InitializeComponent ( ) : void

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

buttonInit_Click ( object sender, EventArgs e ) : void
buttonReload_Click ( object sender, EventArgs 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

OnFormClosed() protected méthode

protected OnFormClosed ( System.Windows.Forms.FormClosedEventArgs e ) : void
e System.Windows.Forms.FormClosedEventArgs
Résultat void

OnLoad() protected méthode

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

ProjectForm() public méthode

public ProjectForm ( ) : System
Résultat System