Base class for icon atlases.
abstract class
|
IconAtlas
|
base of
|
DefaultIcons
|
The bitmap handle for loading the icon atlas image.
public
property
|
Handle
{
get
set
}
|
||
type
|
IResourceHandle
|
||
value
|
The Bitmap handle. |
Creates a new icon atlas.
protected
constructor
|
IconAtlas
(int32 iconWidth,
int32 iconHeight)
|
||
params
|
iconWidth
|
[>0]
|
The icon width. |
iconHeight
|
[>0]
|
The icon height. |