Method | Description | |
---|---|---|
Pivot_Points_Calculator ( ) : System |
Constructor
|
Method | Description | |
---|---|---|
OnLoad ( |
Performs initialization.
|
|
OnPaint ( PaintEventArgs e ) : void |
Form On Paint
|
|
OnResize ( |
Recalculates the sizes and positions of the controls after resizing.
|
Method | Description | |
---|---|---|
Calculate ( ) : void |
Perform calculation
|
|
InitParams ( ) : void |
Inits the params
|
|
ParseInput ( string input ) : float |
Parses a float value
|
|
TbxInput_TextChanged ( object sender, |
A param has been changed
|
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
protected OnResize ( |
||
e | ||
return | void |