Icon Constructor

 

Initializes a new instance of the Icon class.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

NameDescription
System_CAPS_pubmethodIcon(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.

System_CAPS_pubmethodIcon(Icon^, Size)

Initializes a new instance of the Icon class and attempts to find a version of the icon that matches the requested size.

System_CAPS_pubmethodIcon(Stream^)

Initializes a new instance of the Icon class from the specified data stream.

System_CAPS_pubmethodIcon(Stream^, Int32, Int32)

Initializes a new instance of the Icon class from the specified data stream and with the specified width and height.

System_CAPS_pubmethodIcon(Stream^, Size)

Initializes a new instance of the Icon class of the specified size from the specified stream.

System_CAPS_pubmethodIcon(String^)

Initializes a new instance of the Icon class from the specified file name.

System_CAPS_pubmethodIcon(String^, Int32, Int32)

Initializes a new instance of the Icon class with the specified width and height from the specified file.

System_CAPS_pubmethodIcon(String^, Size)

Initializes a new instance of the Icon class of the specified size from the specified file.

System_CAPS_pubmethodIcon(Type^, String^)

Initializes a new instance of the Icon class from a resource in the specified assembly.

Return to top
Show: