Click or drag to resize

IconUtilitiesSaveAsDll Method

Overload List
  NameDescription
Public methodStatic memberSaveAsDll(Stream, String, Int32, Int32, Boolean)
Writes a stream that points to an Icon binary format (possibly containing multiple sizes) into a Win32 resource-only .DLL file. The output format is always PNG / ARGB (32-bit).
Public methodStatic memberSaveAsDll(String, String, Int32, Int32, Boolean)
Writes a .ICO file (possibly containing multiple sizes) into a Win32 resource-only .DLL file. The output icon format is always PNG / ARGB (32-bit).
Public methodStatic memberSaveAsDll(Assembly, String, String, Int32, Int32, Boolean)
Writes a .NET .ICO embedded resource (possibly containing multiple sizes) into a Win32 resource-only .DLL file. The output format is always PNG / ARGB (32-bit).
Public methodStatic memberSaveAsDll(Bitmap, String, IEnumerableInt32, Int32, Int32, Boolean)
Writes a bitmap as an Icon into a Win32 resource-only .DLL file. The icon may be saved in multiple sizes. The output format is always ARGB (32-bit).
Top
See Also