C# Class SimShift.Dialogs.ucPlotter

显示文件 Open project: nlhans/SimShift Class Usage Examples

Public Properties

Property Type Description
values List>

Public Methods

Method Description
Add ( List v ) : void
ucPlotter ( int ch, float scale ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

Method Details

Add() public method

public Add ( List v ) : void
v List
return void

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

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

ucPlotter() public method

public ucPlotter ( int ch, float scale ) : System
ch int
scale float
return System

Property Details

values public_oe property

public List> values
return List>