Method | Description | |
---|---|---|
DrawBackground ( |
Draws the background of the control.
|
|
DrawColumnExtender ( |
Draws the extender after the last column.
|
|
DrawColumnHeader ( |
Draws the column headers.
|
|
DrawGalleryImage ( |
Draws the large preview image of the focused item in Gallery mode.
|
|
DrawGroupHeader ( |
Draws the group headers.
|
|
DrawInsertionCaret ( |
Draws the insertion caret for drag and drop operations.
|
|
DrawItem ( System g, ImageGlass.ImageListView.ImageListViewItem item, ItemState state, System bounds ) : void |
Draws the specified item on the given graphics.
|
|
DrawPane ( |
Draws the left pane in Pane view mode.
|
|
DrawSelectionRectangle ( |
Draws the selection rectangle.
|
|
MeasureItem ( ImageGlass view ) : |
Returns item size for the given view mode.
|
public DrawBackground ( |
||
g | The System.Drawing.Graphics to draw on. | |
bounds | The client coordinates of the item area. | |
return | void |
public DrawColumnExtender ( |
||
g | The System.Drawing.Graphics to draw on. | |
bounds | The bounding rectangle of extender column in client coordinates. | |
return | void |
public DrawColumnHeader ( |
||
g | The System.Drawing.Graphics to draw on. | |
column | The ImageListViewColumnHeader to draw. | |
state | ColumnState | The current view state of column. |
bounds | The bounding rectangle of column in client coordinates. | |
return | void |
public DrawGalleryImage ( |
||
g | The System.Drawing.Graphics to draw on. | |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
image | Image | The image to draw. |
bounds | The bounding rectangle of the preview area. | |
return | void |
public DrawGroupHeader ( |
||
g | The System.Drawing.Graphics to draw on. | |
name | string | The name of the group to draw. |
bounds | The bounding rectangle of group in client coordinates. | |
return | void |
public DrawInsertionCaret ( |
||
g | The System.Drawing.Graphics to draw on. | |
bounds | The bounding rectangle of the insertion caret. | |
return | void |
public DrawItem ( System g, ImageGlass.ImageListView.ImageListViewItem item, ItemState state, System bounds ) : void | ||
g | System | The System.Drawing.Graphics to draw on. |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
state | ItemState | The current view state of item. |
bounds | System | The bounding rectangle of item in client coordinates. |
return | void |
public DrawPane ( |
||
g | The System.Drawing.Graphics to draw on. | |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
image | Image | The image to draw. |
bounds | The bounding rectangle of the pane. | |
return | void |
public DrawSelectionRectangle ( |
||
g | The System.Drawing.Graphics to draw on. | |
selection | The client coordinates of the selection rectangle. | |
return | void |
public MeasureItem ( ImageGlass view ) : |
||
view | ImageGlass | The view mode for which the item measurement should be made. |
return |