Class ImageListHelper
Provides additional functionality for ImageList objects.
public static class ImageListHelper
- Inheritance
-
ImageListHelper
Methods
- FastLoadImageListFromStrip(Assembly, string)
Creates or loads existing ImageList from specified resource.
- LoadImageListFromStrip(Assembly, string)
Creates an ImageList from specified resource.
- LoadImageListFromStrip(Type, string)
Creates an ImageList from specified resource.
- SaveImageListAsStrip(ImageList, string)
Joins content of given image list into a single stripped image an saves in into a specified file.
- TryLoadImageListFromStrip(Assembly, string)
Tries to create an ImageList from specified resource.