C# Class SimShift.Dialogs.ucPlotter

Afficher le fichier Open project: nlhans/SimShift Class Usage Examples

Méthodes publiques

Свойство Type Description
values List>

Méthodes publiques

Méthode Description
Add ( List v ) : void
ucPlotter ( int ch, float scale ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

Method Details

Add() public méthode

public Add ( List v ) : void
v List
Résultat void

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

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ucPlotter() public méthode

public ucPlotter ( int ch, float scale ) : System
ch int
scale float
Résultat System

Property Details

values public_oe property

public List> values
Résultat List>