C# Класс GrafitiDemo.LCD

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

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

Метод Описание
DisplayError ( ) : void
Draw ( ) : void
DrawDigit ( int i ) : void
DrawSegment ( float x1, float y1, float x2, float y2 ) : void
LCD ( float x, float y, int nDigits ) : System
UpdateText ( string valueAsString ) : bool

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

Метод Описание
DisplayDigits ( ) : void
DrawE ( ) : void
DrawMinus ( ) : void
DrawPlus ( ) : void
DrawPoint ( ) : void

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

DisplayError() публичный статический Метод

public static DisplayError ( ) : void
Результат void

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

public Draw ( ) : void
Результат void

DrawDigit() публичный статический Метод

public static DrawDigit ( int i ) : void
i int
Результат void

DrawSegment() публичный статический Метод

public static DrawSegment ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Результат void

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

public LCD ( float x, float y, int nDigits ) : System
x float
y float
nDigits int
Результат System

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

public UpdateText ( string valueAsString ) : bool
valueAsString string
Результат bool