Method | Description | |
---|---|---|
PaintToolBox ( |
Initializes a new instance of the Paint.PaintToolBox class.
|
Method | Description | |
---|---|---|
AddButton ( |
Creates all the buttons and adds them to our list of controls
|
|
OnRedoSelected ( |
Raises the redo selected changed event.
|
|
OnUndoSelected ( |
Raises the undo selected changed event.
|
Method | Description | |
---|---|---|
AddRedoButton ( |
Adds the redo button.
|
|
AddUndoButton ( |
Adds the undo button.
|
|
CreateBrushSizeSelector ( Color startColor, |
Creates the brush size selector.
|
|
CreateColorPickers ( |
Creates the color pickers.
|
|
CreateColorSelector ( Color startColor, |
Creates the color selector.
|
|
CreateColorSetter ( Color startColor, |
Creates the color setter.
|
|
CreateTools ( |
Creates all our tools.
|
|
SetBrushSizeRectange ( int brushWidth ) : void |
Sets the brush size rectange.
|
protected AddButton ( |
||
buttonLayout | ||
return | void |
protected OnRedoSelected ( |
||
e | /// Any relevant EventArgs (should be EventArgs.Empty) /// | |
return | void |
protected OnUndoSelected ( |
||
e | /// Any relevant EventArgs (should be EventArgs.Empty) /// | |
return | void |
public PaintToolBox ( |
||
toolboxLayoutDefinition | ||
graphicsDisplay | IGraphicsDisplay | |
scale | int | |
return | System |