C# Class GrafitiDemo.LCD

Afficher le fichier Open project: nuigroup/grafiti Class Usage Examples

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
DisplayDigits ( ) : void
DrawE ( ) : void
DrawMinus ( ) : void
DrawPlus ( ) : void
DrawPoint ( ) : void

Method Details

DisplayError() public static méthode

public static DisplayError ( ) : void
Résultat void

Draw() public méthode

public Draw ( ) : void
Résultat void

DrawDigit() public static méthode

public static DrawDigit ( int i ) : void
i int
Résultat void

DrawSegment() public static méthode

public static DrawSegment ( float x1, float y1, float x2, float y2 ) : void
x1 float
y1 float
x2 float
y2 float
Résultat void

LCD() public méthode

public LCD ( float x, float y, int nDigits ) : System
x float
y float
nDigits int
Résultat System

UpdateText() public méthode

public UpdateText ( string valueAsString ) : bool
valueAsString string
Résultat bool