Method LoadImageListFromStrip
LoadImageListFromStrip(Assembly, string)
Creates an ImageList from specified resource.
public static AlphaImageList LoadImageListFromStrip(Assembly assembly, string resourceName)
Parameters
assembly
AssemblyAssembly contains specified resource.
resourceName
stringName 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
resourceType
TypeType contains specified resource.
resourceName
stringName of resource stores stripped image list.
Returns
- AlphaImageList
AlphaImageList containing contains images from resource.