Method TryLoadImageListFromStrip
TryLoadImageListFromStrip(Assembly, string)
Tries to create an ImageList from specified resource.
public static AlphaImageList? TryLoadImageListFromStrip(Assembly assembly, string resourceName)
Parameters
assemblyAssemblyAssembly contains specified resource.
resourceNamestringName of resource stores stripped image list.
Returns
- AlphaImageList
AlphaImageList contains images from resource.