C# Class openVisN.Components.ColorWheel

Inheritance: System.ComponentModel.Component
显示文件 Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
ColorWheel ( IContainer container ) : System.Collections.Generic
GetPen ( int index ) : Pen

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public ColorWheel ( IContainer container ) : System.Collections.Generic
container IContainer
return System.Collections.Generic

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

GetPen() public method

public GetPen ( int index ) : Pen
index int
return System.Drawing.Pen