프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
Dispose ( ) : void |
Releases managed resources.
|
|
DrawItem ( |
Draws the specified item on the given graphics.
|
|
MeasureItem ( ImageGlass view ) : |
Returns item size for the given view mode.
|
|
TilesRenderer ( ) : System |
Initializes a new instance of the TilesRenderer class.
|
|
TilesRenderer ( int tileWidth ) : System |
Initializes a new instance of the TilesRenderer class.
|
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 MeasureItem ( ImageGlass view ) : |
||
view | ImageGlass | The view mode for which the item measurement should be made. |
리턴 |
public TilesRenderer ( int tileWidth ) : System | ||
tileWidth | int | Width of tiles in pixels. |
리턴 | System |