C# Class openVisN.Components.ColorWheel

Inheritance: System.ComponentModel.Component
Afficher le fichier Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Méthodes publiques

Méthode Description
ColorWheel ( IContainer container ) : System.Collections.Generic
GetPen ( int index ) : Pen

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ColorWheel ( ) : System.Collections.Generic
InitializeComponent ( ) : void

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

Method Details

ColorWheel() public méthode

public ColorWheel ( IContainer container ) : System.Collections.Generic
container IContainer
Résultat System.Collections.Generic

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

GetPen() public méthode

public GetPen ( int index ) : Pen
index int
Résultat System.Drawing.Pen