C# 클래스 Pinta.CurvesDialog

상속: Gtk.Dialog
파일 보기 프로젝트 열기: xxgreg/Pinta

공개 메소드들

메소드 설명
CurvesDialog ( ) : System

보호된 메소드들

메소드 설명
Build ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Build() 보호된 메소드

protected Build ( ) : void
리턴 void

CurvesDialog() 공개 메소드

public CurvesDialog ( ) : System
리턴 System