Icon Constructor |
Name | Description | |
---|---|---|
![]() | Icon(Stream) |
Initializes a new instance of the Icon class with the contents of the specified stream |
![]() | Icon(String) |
Intitializes a new instanc of the Icon class with the contents of the specified fileName |
![]() | Icon(IconIHandler) |
Initializes a new instance of the Icon class with the specified handler
|
![]() | Icon(IconFrame) |
Initializes a new instance of the Icon class with the specified frames.
|
![]() | Icon(IEnumerableIconFrame) |
Initializes a new instance of the Icon class with the specified frames.
|
![]() | Icon(Single, Bitmap) |
Initializes a new instance of the Icon class with the specified bitmap.
|