C# Class SoftwareDevelopment2016.FormPlot

Afficher le fichier Open project: MonarchTSA/SoftwareDevelopment2016 Class Usage Examples

Méthodes publiques

Свойство Type Description
FormMain FormMain
PlotBitmap Bitmap
panelPlot System.Windows.Forms.Panel

Méthodes publiques

Méthode Description
FormPlot ( FormMain form ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
DrawPlot ( object sender, PaintEventArgs e ) : void
InitializeComponent ( ) : void

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

OnClosing ( object sender, FormClosingEventArgs e ) : void
OnMouseMove ( object sender, MouseEventArgs e ) : void
OnResize ( 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

FormPlot() public méthode

public FormPlot ( FormMain form ) : System
form FormMain
Résultat System

Property Details

FormMain public_oe static_oe property

public static FormMain,SoftwareDevelopment2016 FormMain
Résultat FormMain

PlotBitmap public_oe property

public Bitmap PlotBitmap
Résultat Bitmap

panelPlot public_oe property

public System.Windows.Forms.Panel panelPlot
Résultat System.Windows.Forms.Panel