C# 클래스 CatEye.UI.Gtk.Widgets.FloatPixmapViewWidget

상속: Gtk.DrawingArea, IBitmapView
파일 보기 프로젝트 열기: bigfatbrowncat/CatEye

공개 메소드들

메소드 설명
CenterImagePanning ( ) : void
Dispose ( ) : void
FloatPixmapViewWidget ( ) : System
SavePicture ( string FileName, string Type ) : void
UpdatePicture ( ) : void

보호된 메소드들

메소드 설명
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
OnExposeEvent ( Gdk.EventExpose evnt ) : bool
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool

메소드 상세

CenterImagePanning() 공개 메소드

public CenterImagePanning ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

FloatPixmapViewWidget() 공개 메소드

public FloatPixmapViewWidget ( ) : System
리턴 System

OnButtonPressEvent() 보호된 메소드

protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
리턴 bool

OnButtonReleaseEvent() 보호된 메소드

protected OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool
evnt Gdk.EventButton
리턴 bool

OnExposeEvent() 보호된 메소드

protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool
evnt Gdk.EventExpose
리턴 bool

OnMotionNotifyEvent() 보호된 메소드

protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool
evnt Gdk.EventMotion
리턴 bool

SavePicture() 공개 메소드

public SavePicture ( string FileName, string Type ) : void
FileName string
Type string
리턴 void

UpdatePicture() 공개 메소드

public UpdatePicture ( ) : void
리턴 void