Method | Description | |
---|---|---|
DebugRenderer ( ) : System |
Initializes a new instance of the DebugRenderer class.
|
|
DrawItem ( |
Draws the specified item on the given graphics.
|
|
DrawOverlay ( |
Draws an overlay image over the client area.
|
public DrawItem ( |
||
g | The System.Drawing.Graphics to draw on. | |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
state | ItemState | The current view state of item. |
bounds | The bounding rectangle of item in client coordinates. | |
return | void |
public DrawOverlay ( |
||
g | The System.Drawing.Graphics to draw on. | |
bounds | The bounding rectangle of the client area. | |
return | void |