C# 클래스 Pinta.Core.SelectTool

상속: ShapeTool
파일 보기 프로젝트 열기: xxgreg/Pinta

보호된 프로퍼티들

프로퍼티 타입 설명
hist SelectionHistoryItem

보호된 메소드들

메소드 설명
OnBuildToolBar ( Toolbar tb ) : void
OnMouseDown ( DrawingArea canvas, ButtonPressEventArgs args, Cairo point ) : void
OnMouseMove ( object o, MotionNotifyEventArgs args, Cairo point ) : void
OnMouseUp ( DrawingArea canvas, ButtonReleaseEventArgs args, Cairo point ) : void

메소드 상세

OnBuildToolBar() 보호된 메소드

protected OnBuildToolBar ( Toolbar tb ) : void
tb Toolbar
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( DrawingArea canvas, ButtonPressEventArgs args, Cairo point ) : void
canvas DrawingArea
args ButtonPressEventArgs
point Cairo
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( object o, MotionNotifyEventArgs args, Cairo point ) : void
o object
args MotionNotifyEventArgs
point Cairo
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( DrawingArea canvas, ButtonReleaseEventArgs args, Cairo point ) : void
canvas DrawingArea
args ButtonReleaseEventArgs
point Cairo
리턴 void

프로퍼티 상세

hist 보호되어 있는 프로퍼티

protected SelectionHistoryItem,Pinta.Core hist
리턴 SelectionHistoryItem