Method | Description | |
---|---|---|
DigitalClockDisplay ( bool is24Hour, bool suppressExtra ) : System | ||
Draw ( |
||
OnDraw ( |
Method | 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 |
public DigitalClockDisplay ( bool is24Hour, bool suppressExtra ) : System | ||
is24Hour | bool | |
suppressExtra | bool | |
return | System |
public Draw ( |
||
devent | ||
return | void |
public OnDraw ( |
||
devent | ||
return | void |