Icon Constructor
Initializes a new instance of the Icon class.
Assembly: System.Drawing (in System.Drawing.dll)
| Name | Description | |
|---|---|---|
![]() | Icon(Icon^, Int32, Int32) | Initializes a new instance of the Icon class and attempts to find a version of the icon that matches the requested size. |
![]() | Icon(Icon^, Size) | Initializes a new instance of the Icon class and attempts to find a version of the icon that matches the requested size. |
![]() | Icon(Stream^) | Initializes a new instance of the Icon class from the specified data stream. |
![]() | Icon(Stream^, Int32, Int32) | Initializes a new instance of the Icon class from the specified data stream and with the specified width and height. |
![]() | Icon(Stream^, Size) | Initializes a new instance of the Icon class of the specified size from the specified stream. |
![]() | Icon(String^) | Initializes a new instance of the Icon class from the specified file name. |
![]() | Icon(String^, Int32, Int32) | Initializes a new instance of the Icon class with the specified width and height from the specified file. |
![]() | Icon(String^, Size) | Initializes a new instance of the Icon class of the specified size from the specified file. |
![]() | Icon(Type^, String^) | Initializes a new instance of the Icon class from a resource in the specified assembly. |
