Method | Description | |
---|---|---|
Draw ( Action |
Applies the Action to the cached image.
|
|
DrawCachedImage ( |
Draws the cached image with current Graphics.
|
|
EraseAll ( ) : void |
Clears the cached image.
|
|
EraseEvent ( MouseEventArgs e, int eraserSize ) : void |
Paint as Color.Transparent the selected area.
|
Method | Description | |
---|---|---|
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
InitializeCachedImage ( ) : void |
public DrawCachedImage ( |
||
graphics | The current graphics to be applied. | |
return | void |
public EraseEvent ( MouseEventArgs e, int eraserSize ) : void | ||
e | MouseEventArgs | A MouseEventsArgs object |
eraserSize | int | The Size of the eraser. |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |