메소드 | 설명 | |
---|---|---|
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.
|
|
DrawItem ( |
Draws the specified item on the given graphics.
|
|
InitializeGraphics ( |
Initializes the System.Drawing.Graphics used to draw control elements.
|
|
MeasureItem ( View view ) : |
Returns item size for the given view mode.
|
public DrawColumnExtender ( |
||
g | The System.Drawing.Graphics to draw on. | |
bounds | The bounding rectangle of extender column in client coordinates. | |
리턴 | 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. | |
리턴 | 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. | |
리턴 | void |
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. | |
리턴 | void |
public InitializeGraphics ( |
||
g | The System.Drawing.Graphics to draw on. | |
리턴 | void |
public MeasureItem ( View view ) : |
||
view | View | The view mode for which the measurement should be made. |
리턴 |