C# Class SoftwareDevelopment2016.FormPlot

Mostrar archivo Open project: MonarchTSA/SoftwareDevelopment2016 Class Usage Examples

Public Properties

Property Type Description
FormMain FormMain
PlotBitmap Bitmap
panelPlot System.Windows.Forms.Panel

Public Methods

Method Description
FormPlot ( FormMain form ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 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

FormPlot() public method

public FormPlot ( FormMain form ) : System
form FormMain
return System

Property Details

FormMain public_oe static_oe property

public static FormMain,SoftwareDevelopment2016 FormMain
return FormMain

PlotBitmap public_oe property

public Bitmap PlotBitmap
return Bitmap

panelPlot public_oe property

public System.Windows.Forms.Panel panelPlot
return System.Windows.Forms.Panel