C# Class WolfEngine.frmMain

Inheritance: System.Windows.Forms.Form
Show file Open project: emcf/WolfEngine

Public Methods

Method Description
FNCross ( float x0, float y0, float x1, float y1 ) : float
frmMain ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CheckKeys ( KeyEventArgs e ) : void
InitializeComponent ( ) : void

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

Intersect ( float x1, float y1, float x2, float y2, float x3, float y3, float x4, float y4, bool isUsingIX1 ) : void
Render ( ) : void
UpdateGame ( KeyEventArgs e ) : void
frmMain_KeyDown ( object sender, KeyEventArgs e ) : void
frmMain_Paint ( object sender, PaintEventArgs e ) : void
pnlDraw_Paint ( object sender, PaintEventArgs e ) : 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

FNCross() public method

public FNCross ( float x0, float y0, float x1, float y1 ) : float
x0 float
y0 float
x1 float
y1 float
return float

frmMain() public method

public frmMain ( ) : System
return System