C# Class CatEye.UI.Gtk.Widgets.FloatPixmapViewWidget

Inheritance: Gtk.DrawingArea, IBitmapView
显示文件 Open project: bigfatbrowncat/CatEye

Public Methods

Method Description
CenterImagePanning ( ) : void
Dispose ( ) : void
FloatPixmapViewWidget ( ) : System
SavePicture ( string FileName, string Type ) : void
UpdatePicture ( ) : void

Protected Methods

Method Description
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
OnExposeEvent ( Gdk.EventExpose evnt ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool

Method Details

CenterImagePanning() public method

public CenterImagePanning ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

FloatPixmapViewWidget() public method

public FloatPixmapViewWidget ( ) : System
return System

OnButtonPressEvent() protected method

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
return bool

OnButtonReleaseEvent() protected method

protected OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
return bool

OnExposeEvent() protected method

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
return bool

OnMotionNotifyEvent() protected method

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
return bool

SavePicture() public method

public SavePicture ( string FileName, string Type ) : void
FileName string
Type string
return void

UpdatePicture() public method

public UpdatePicture ( ) : void
return void