This topic has not yet been rated - Rate this topic

Icon Constructor

Initializes a new instance of the Icon class.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Icon(Stream) Initializes a new instance of the Icon class from the specified data stream.
Public method Icon(String) Initializes a new instance of the Icon class from the specified file name.
Public method 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.
Public method Icon(Stream, Size) Initializes a new instance of the Icon class of the specified size from the specified stream.
Public method Icon(String, Size) Initializes a new instance of the Icon class of the specified size from the specified file.
Public method Icon(Type, String) Initializes a new instance of the Icon class from a resource in the specified assembly.
Public method 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.
Public method Icon(Stream, Int32, Int32) Initializes a new instance of the Icon class from the specified data stream and with the specified width and height.
Public method Icon(String, Int32, Int32) Initializes a new instance of the Icon class with the specified width and height from the specified file.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ