Method | Description | |
---|---|---|
ColorSetter ( IGraphicsDisplay graphicsDisplay, |
Initializes a new instance of the Paint.ColorSetter class.
|
|
Draw ( bool refreshDisplay ) : void |
Draw this tool on to the image
|
Method | Description | |
---|---|---|
DrawRectangle ( |
Draws the rectangle.
|
public ColorSetter ( IGraphicsDisplay graphicsDisplay, |
||
graphicsDisplay | IGraphicsDisplay | |
colorSetterDefinition | ||
return | System |
public Draw ( bool refreshDisplay ) : void | ||
refreshDisplay | bool | /// True = we should redraw the entire control /// False = just draw any updates /// |
return | void |
protected DrawRectangle ( |
||
rectangle | ||
color | Color | |
return | void |