C# 클래스 DigitalClockDisplay, NewTOAPIA

상속: IDrawable
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA 1 사용 예제들

공개 메소드들

메소드 설명
DigitalClockDisplay ( bool is24Hour, bool suppressExtra ) : System
Draw ( DrawEvent devent ) : void
OnDraw ( DrawEvent devent ) : void

비공개 메소드들

메소드 설명
DisplayColon ( IGraphPort graphPort ) : void
DisplayTwoDigits ( IGraphPort graphPort, int iNumber, bool suppress ) : void
DrawHour ( IGraphPort graphPort ) : void
DrawMinutes ( IGraphPort graphPort ) : void
DrawSeconds ( IGraphPort graphPort ) : void

메소드 상세

DigitalClockDisplay() 공개 메소드

public DigitalClockDisplay ( bool is24Hour, bool suppressExtra ) : System
is24Hour bool
suppressExtra bool
리턴 System

Draw() 공개 메소드

public Draw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void

OnDraw() 공개 메소드

public OnDraw ( DrawEvent devent ) : void
devent NewTOAPIA.UI.DrawEvent
리턴 void