C# 클래스 LynnaLab.TileGridViewer

상속: Gtk.DrawingArea
파일 보기 프로젝트 열기: Drenn1/LynnaLab

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
IsInBounds ( int x, int y ) : bool
TileGridViewer ( ) : System

보호된 메소드들

메소드 설명
OnExposeEvent ( Gdk ev ) : bool
OnMouseLeave ( object o, Gtk.LeaveNotifyEventArgs args ) : void
OnMoveMouse ( object o, Gtk.MotionNotifyEventArgs args ) : void
OnSizeRequested ( Requisition &req ) : void

메소드 상세

IsInBounds() 공개 메소드

public IsInBounds ( int x, int y ) : bool
x int
y int
리턴 bool

OnExposeEvent() 보호된 메소드

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

OnMouseLeave() 보호된 메소드

protected OnMouseLeave ( object o, Gtk.LeaveNotifyEventArgs args ) : void
o object
args Gtk.LeaveNotifyEventArgs
리턴 void

OnMoveMouse() 보호된 메소드

protected OnMoveMouse ( object o, Gtk.MotionNotifyEventArgs args ) : void
o object
args Gtk.MotionNotifyEventArgs
리턴 void

OnSizeRequested() 보호된 메소드

protected OnSizeRequested ( Requisition &req ) : void
req Requisition
리턴 void

TileGridViewer() 공개 메소드

public TileGridViewer ( ) : System
리턴 System