Click or drag to resize

Icon Constructor

Overload List
  NameDescription
Public methodIcon(Stream)
Initializes a new instance of the Icon class with the contents of the specified stream
Public methodIcon(String)
Intitializes a new instanc of the Icon class with the contents of the specified fileName
Public methodIcon(IconIHandler)
Initializes a new instance of the Icon class with the specified handler
Public methodIcon(IconFrame)
Initializes a new instance of the Icon class with the specified frames.
Public methodIcon(IEnumerableIconFrame)
Initializes a new instance of the Icon class with the specified frames.
Public methodIcon(Single, Bitmap)
Initializes a new instance of the Icon class with the specified bitmap.
Top
See Also