C# Class Pinta.CurvesDialog

Inheritance: Gtk.Dialog
Exibir arquivo Open project: xxgreg/Pinta

Public Methods

Method Description
CurvesDialog ( ) : System

Protected Methods

Method Description
Build ( ) : void

Private Methods

Method Description
AddControlPoint ( int x, int y ) : void
CheckControlPointProximity ( int cpx, int cpy, int x, int y ) : bool
DrawBorder ( Context g ) : void
DrawControlPoints ( Context g ) : void
DrawGrid ( Context g ) : void
DrawPointerCross ( Context g ) : void
DrawSpline ( Context g ) : void
GetActiveControlPoints ( ) : int>>.IEnumerable
GetDrawingInfos ( ) : IEnumerator
HandleButtonResetClicked ( object sender, EventArgs e ) : void
HandleCheckToggled ( object o, EventArgs args ) : void
HandleComboMapChanged ( object sender, EventArgs e ) : void
HandleDrawingButtonPressEvent ( object o, Gtk args ) : void
HandleDrawingExposeEvent ( object o, Gtk args ) : void
HandleDrawingLeaveNotifyEvent ( object o, Gtk args ) : void
HandleDrawingMotionNotifyEvent ( object o, Gtk args ) : void
InvalidateDrawing ( ) : void
ResetControlPoints ( ) : void

Method Details

Build() protected method

protected Build ( ) : void
return void

CurvesDialog() public method

public CurvesDialog ( ) : System
return System