C# Class LynnaLab.TileGridViewer

Inheritance: Gtk.DrawingArea
Afficher le fichier Open project: Drenn1/LynnaLab

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
IsInBounds ( int x, int y ) : bool
TileGridViewer ( ) : System

Méthodes protégées

Méthode 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 méthode

public IsInBounds ( int x, int y ) : bool
x int
y int
Résultat bool

OnExposeEvent() protected méthode

protected OnExposeEvent ( Gdk ev ) : bool
ev Gdk
Résultat bool

OnMouseLeave() protected méthode

protected OnMouseLeave ( object o, Gtk.LeaveNotifyEventArgs args ) : void
o object
args Gtk.LeaveNotifyEventArgs
Résultat void

OnMoveMouse() protected méthode

protected OnMoveMouse ( object o, Gtk.MotionNotifyEventArgs args ) : void
o object
args Gtk.MotionNotifyEventArgs
Résultat void

OnSizeRequested() protected méthode

protected OnSizeRequested ( Requisition &req ) : void
req Requisition
Résultat void

TileGridViewer() public méthode

public TileGridViewer ( ) : System
Résultat System