C# Класс LiveTelemetry.Gauge_Tyres

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Gauge_Tyres ( ) : System

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaint ( PaintEventArgs e ) : void

Приватные методы

Метод Описание
GetBrakeBrush ( double temperature, double low, double high ) : Brush
GetTyreBrush ( double temperature, double optimal ) : SolidBrush
InitializeComponent ( ) : void

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

TI32 ( double val ) : int
factorAdjust ( double Color, double Factor, int IntensityMax, double Gamma ) : int
getColorFromWaveLength ( int Wavelength ) : Color

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Gauge_Tyres() публичный Метод

public Gauge_Tyres ( ) : System
Результат System

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void