Method LoadImageListFromStrip
LoadImageListFromStrip(Assembly, string)
Creates an ImageList from specified resource.
public static AlphaImageList LoadImageListFromStrip(Assembly assembly, string resourceName)
Parameters
assemblyAssemblyAssembly contains specified resource.
resourceNamestringName of resource stores stripped image list.
Returns
- AlphaImageList
AlphaImageList containing images from resource.
LoadImageListFromStrip(Type, string)
Creates an AlphaImageList from specified resource.
public static AlphaImageList LoadImageListFromStrip(Type resourceType, string resourceName)
Parameters
resourceTypeTypeType contains specified resource.
resourceNamestringName of resource stores stripped image list.
Returns
- AlphaImageList
AlphaImageList containing contains images from resource.