C# Class FvGUI.MainForm

Afficher le fichier Open project: Ninputer/opencl-plot

Méthodes publiques

Méthode Description
MainForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
Fill ( BitmapData data, double x, double y, int cx, int cy, int w, int h ) : void
InitializeComponent ( ) : void

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

MainForm_Shown ( object sender, EventArgs e ) : void
RebuildBuffer ( ) : void
RenderAxis ( ) : void
TextBoxChanged ( ) : void
buttonRender_Click ( object sender, EventArgs e ) : void
panelImage_Paint ( object sender, PaintEventArgs e ) : void
panelImage_SizeChanged ( object sender, EventArgs e ) : void
textBoxFunction_TextChanged ( object sender, EventArgs e ) : void
textBoxOriginX_TextChanged ( object sender, EventArgs e ) : void
textBoxOriginY_TextChanged ( object sender, EventArgs e ) : void
textBoxUnitPixels_TextChanged ( 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

MainForm() public méthode

public MainForm ( ) : System
Résultat System