C# Class DigitalClockDisplay, NewTOAPIA

Inheritance: IDrawable
Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
DigitalClockDisplay ( bool is24Hour, bool suppressExtra ) : System
Draw ( DrawEvent devent ) : void
OnDraw ( DrawEvent devent ) : void

Private Methods

Méthode Description
DisplayColon ( IGraphPort graphPort ) : void
DisplayTwoDigits ( IGraphPort graphPort, int iNumber, bool suppress ) : void
DrawHour ( IGraphPort graphPort ) : void
DrawMinutes ( IGraphPort graphPort ) : void
DrawSeconds ( IGraphPort graphPort ) : void

Method Details

DigitalClockDisplay() public méthode

public DigitalClockDisplay ( bool is24Hour, bool suppressExtra ) : System
is24Hour bool
suppressExtra bool
Résultat System

Draw() public méthode

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void

OnDraw() public méthode

public OnDraw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
Résultat void