C# Class Pinta.Core.SelectTool

Inheritance: ShapeTool
Show file Open project: xxgreg/Pinta

Protected Properties

Property Type Description
hist SelectionHistoryItem

Protected Methods

Method Description
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

Method Details

OnBuildToolBar() protected method

protected OnBuildToolBar ( Toolbar tb ) : void
tb Toolbar
return void

OnMouseDown() protected method

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

OnMouseMove() protected method

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

OnMouseUp() protected method

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

Property Details

hist protected property

protected SelectionHistoryItem,Pinta.Core hist
return SelectionHistoryItem