C# Class Pinta.Gui.Widgets.AnglePickerGraphic

Inheritance: Gtk.DrawingArea
显示文件 Open project: xxgreg/Pinta Class Usage Examples

Public Methods

Method Description
AnglePickerGraphic ( ) : System

Protected Methods

Method Description
OnExposeEvent ( Gdk ev ) : bool
OnSizeRequested ( Gtk &requisition ) : void
OnValueChanged ( ) : void

Private Methods

Method Description
HandleHandleButtonPressEvent ( object o, Gtk args ) : void
HandleHandleButtonReleaseEvent ( object o, Gtk args ) : void
HandleHandleMotionNotifyEvent ( object o, Gtk args ) : void
ProcessMouseEvent ( Point pt, bool constrainAngle ) : void

Method Details

AnglePickerGraphic() public method

public AnglePickerGraphic ( ) : System
return System

OnExposeEvent() protected method

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

OnSizeRequested() protected method

protected OnSizeRequested ( Gtk &requisition ) : void
requisition Gtk
return void

OnValueChanged() protected method

protected OnValueChanged ( ) : void
return void