C# 클래스 OpenHardwareMonitor.GUI.PlotPanel

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: pklinef/open-hardware-monitor 1 사용 예제들

공개 메소드들

메소드 설명
PlotPanel ( PersistentSettings settings ) : System
SetSensors ( List sensors, Color>.IDictionary colors ) : void

보호된 메소드들

메소드 설명
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateContextMenu ( ) : void
GetTemperatureGrid ( ) : List
GetTimeGrid ( ) : List

메소드 상세

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

PlotPanel() 공개 메소드

public PlotPanel ( PersistentSettings settings ) : System
settings PersistentSettings
리턴 System

SetSensors() 공개 메소드

public SetSensors ( List sensors, Color>.IDictionary colors ) : void
sensors List
colors Color>.IDictionary
리턴 void