C# Class LynnaLab.TileGridViewer

Inheritance: Gtk.DrawingArea
显示文件 Open project: Drenn1/LynnaLab

Private Properties

Property Type Description

Public Methods

Method Description
IsInBounds ( int x, int y ) : bool
TileGridViewer ( ) : System

Protected Methods

Method Description
OnExposeEvent ( Gdk ev ) : bool
OnMouseLeave ( object o, Gtk.LeaveNotifyEventArgs args ) : void
OnMoveMouse ( object o, Gtk.MotionNotifyEventArgs args ) : void
OnSizeRequested ( Requisition &req ) : void

Method Details

IsInBounds() public method

public IsInBounds ( int x, int y ) : bool
x int
y int
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk ev ) : bool
ev Gdk
return bool

OnMouseLeave() protected method

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

OnMoveMouse() protected method

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

OnSizeRequested() protected method

protected OnSizeRequested ( Requisition &req ) : void
req Requisition
return void

TileGridViewer() public method

public TileGridViewer ( ) : System
return System