[]
Initializes a new instance of the C1BitmapIcon class.
public C1BitmapIcon()
Initializes a new instance of the C1BitmapIcon class.
public C1BitmapIcon(string key)
Type | Name | Description |
---|---|---|
string | key | String used as a key to retrieve the image. |
Initializes a new instance of the C1BitmapIcon class with specified key, size and color.
public C1BitmapIcon(string key, Size size, Color color, Image image)
Type | Name | Description |
---|---|---|
string | key | String used as a key to retrieve the image. |
Size | size | The icon size. |
Color | color | Indicates the icon color. |
Image | image | The image to show. |
Initializes a new instance of the C1BitmapIcon class with specified key, size and color.
public C1BitmapIcon(string key, Size size, Color color, object imageList, int imageIndex)
Type | Name | Description |
---|---|---|
string | key | String used as a key to retrieve the image. |
Size | size | The icon size. |
Color | color | Indicates the icon color. |
object | imageList | The image list which should be used to retrieve the image. |
int | imageIndex | The index of image in the image list. |