C# 클래스 Simpleclock, simpleclock

상속: DrawingArea
파일 보기 프로젝트 열기: kig/simpleclock

보호된 메소드들

메소드 설명
OnExposeEvent ( Gdk e ) : bool

비공개 메소드들

메소드 설명
Draw ( Context cr, uint width, uint height ) : void
DrawClockFace ( Context cr ) : void
DrawHourHand ( Context cr, uint hour ) : void
DrawMinuteHand ( Context cr, uint minute ) : void
DrawPin ( Context cr ) : void
DrawSecondHand ( Context cr, uint second ) : void
Main ( ) : void
OnQuit ( object sender, Gtk.DeleteEventArgs e ) : void
Simpleclock ( ) : System
UpdateClock ( ) : bool

메소드 상세

OnExposeEvent() 보호된 메소드

protected OnExposeEvent ( Gdk e ) : bool
e Gdk
리턴 bool