IconUtilitiesSaveAsDll Method |
| Name | Description | |
|---|---|---|
| SaveAsDll(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).
| |
| SaveAsDll(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).
| |
| SaveAsDll(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).
| |
| SaveAsDll(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).
|