메소드 | 설명 | |
---|---|---|
DrawCheckBox ( |
Draws the checkbox icon for the specified item on the given graphics.
|
|
DrawFileIcon ( |
Draws the file icon for the specified item on the given graphics.
|
|
DrawItem ( |
Draws the specified item on the given graphics.
|
|
InitializeGraphics ( System g ) : void |
Initializes the System.Drawing.Graphics used to draw control elements.
|
|
MeasureItem ( ImageGlass view ) : |
Returns item size for the given view mode.
|
|
ZoomingRenderer ( ) : System |
Initializes a new instance of the ZoomingRenderer class.
|
|
ZoomingRenderer ( float zoomRatio ) : System |
Initializes a new instance of the ZoomingRenderer class.
|
public DrawCheckBox ( |
||
g | The System.Drawing.Graphics to draw on. | |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
bounds | The bounding rectangle of the checkbox in client coordinates. | |
리턴 | void |
public DrawFileIcon ( |
||
g | The System.Drawing.Graphics to draw on. | |
item | ImageGlass.ImageListView.ImageListViewItem | The ImageListViewItem to draw. |
bounds | The bounding rectangle of the file icon in client coordinates. | |
리턴 | 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 ( System g ) : void | ||
g | System | The System.Drawing.Graphics to draw on. |
리턴 | void |
public MeasureItem ( ImageGlass view ) : |
||
view | ImageGlass | The view mode for which the item measurement should be made. |
리턴 |
public ZoomingRenderer ( float zoomRatio ) : System | ||
zoomRatio | float | Relative zoom ratio. |
리턴 | System |