Method | Description | |
---|---|---|
CenterImagePanning ( ) : void | ||
Dispose ( ) : void | ||
FloatPixmapViewWidget ( ) : System | ||
SavePicture ( string FileName, string Type ) : void | ||
UpdatePicture ( ) : void |
Method | Description | |
---|---|---|
OnButtonPressEvent ( Gdk.EventButton evnt ) : bool | ||
OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool | ||
OnExposeEvent ( Gdk.EventExpose evnt ) : bool | ||
OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool |
protected OnButtonPressEvent ( Gdk.EventButton evnt ) : bool | ||
evnt | Gdk.EventButton | |
return | bool |
protected OnButtonReleaseEvent ( Gdk.EventButton evnt ) : bool | ||
evnt | Gdk.EventButton | |
return | bool |
protected OnExposeEvent ( Gdk.EventExpose evnt ) : bool | ||
evnt | Gdk.EventExpose | |
return | bool |
protected OnMotionNotifyEvent ( Gdk.EventMotion evnt ) : bool | ||
evnt | Gdk.EventMotion | |
return | bool |
public SavePicture ( string FileName, string Type ) : void | ||
FileName | string | |
Type | string | |
return | void |